Module cargo::util::command_prelude
source · [−]Re-exports
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.
Enums
Application level settings, which affect how Command
operates
The general “mode” for what to do.
This is used for two purposes. The commands themselves pass this in to
compile_ws
to tell it the general execution strategy. This influences
the default targets selected. The other use is in the Unit
struct
to indicate what is being done with a specific target.
Determines whether or not to gate --profile
as unstable when resolving it.