/** * Description of a parameter in an RCLI (Request/Command Line Interface) context. * * i think i have this ArgInfo already implemented elsewhere, and plugged up * with lex-gib helper, but i'm on a time crunch here. (Possibly thinking of * how I interpret robbot commands?) */ /** * Parameter set for convenience when using the encrypt-gib RCLI. */ export type GenericEncryptionStrengthSetting = 'weaker' | 'stronger'; //# sourceMappingURL=rcli-types.d.mts.map