Module cargo::util::command_prelude [−][src]
Re-exports
pub use crate::CliError; |
pub use crate::CliResult; |
pub use crate::Config; |
Structs
Arg | The abstract representation of a command line argument. Used to set all the options and relationships that define a valid argument for the program. |
ArgMatches | Used to get information about the arguments that were supplied to the program at runtime by
the user. New instances of this struct are obtained by using the |
Enums
AppSettings | Application level settings, which affect how |
CommandInfo | |
CompileMode | The general “mode” for what to do.
This is used for two purposes. The commands themselves pass this in to
|
ProfileChecking | |
ProfileKind |
Traits
AppExt | |
ArgMatchesExt |
Functions
multi_opt | |
opt | |
optional_multi_opt | |
subcommand | |
values | |
values_os |
Type Definitions
App |