Type Definition cargo::util::command_prelude::App

source · []
pub type App = Command<'static>;

Trait Implementations

Do not use this method, it is only for backwards compatibility. Use arg_package_spec_no_all instead. Read more

Variant of arg_package_spec that does not include the --all flag (but does include --workspace). Used to avoid confusion with historical uses of --all. Read more