Expand description
The module defining CLI objects, including Command, Flag and Arg.
Normally, everything here is constant created by code-gen crate::generate.
User can just call Command::supplement to start the CLI completion,
without diving into the detail of these objects.
Re-exports§
pub use crate::id;
Modules§
Structs§
- Arg
- Command
- The object to represent a command.
User can just call
Command::supplementfunction for CLI completion. - Flag