Expand description
Command-line interface definitions.
This module uses clap to define the full CLI surface of rustodo:
the top-level Cli struct, the Commands enum with one variant per
subcommand, and the AddArgs helper struct for the add subcommand.
Consumers of the library can use these types to embed rustodo commands
in their own applications.
Structs§
Enums§
- Commands
- All available subcommands.