Expand description
Central CLI struct definition — shared between the binary (main.rs) and
the unit tests inside the library modules (completions, man).
Structs§
- CliApp
- The
rusmescommand-line application parser.
Enums§
- Backup
Action - Backup sub-actions.
- Backup
Format - Backup format selection.
- Color
Choice - Color output preference.
- Commands
- Top-level subcommands.
- Compression
Type - Compression algorithm selection.
- Mailbox
Action - Mailbox management sub-actions.
- Queue
Action - Queue management sub-actions.
- Restore
Action - Restore sub-actions.
- User
Action - User management sub-actions.
Functions§
- should_
color - Determine whether ANSI colors should be emitted given the user’s choice and whether stdout is currently a TTY.