Module cargo::util::command_prelude
source · Re-exports
pub use crate::core::compiler::CompileMode;
pub use crate::CliError;
pub use crate::CliResult;
pub use crate::Config;
Modules
Macros
- Select a [
ValueParser
] implementation from the intended type
Structs
- The abstract representation of a command line argument. Used to set all the options and relationships that define a valid argument for the program.
- Container for parse results.
- Build a command-line interface.
Enums
- Behavior of arguments when they are encountered while parsing
- Determines whether or not to gate
--profile
as unstable when resolving it.