pub type App = App<'static, 'static>;
Trait Implementations
sourceimpl AppExt for App
impl AppExt for App
fn _arg(self, arg: Arg<'static, 'static>) -> Self
fn arg_package_spec(
self,
package: &'static str,
all: &'static str,
exclude: &'static str
) -> Self
sourcefn arg_package_spec_no_all(
self,
package: &'static str,
all: &'static str,
exclude: &'static str
) -> Self
fn arg_package_spec_no_all(
self,
package: &'static str,
all: &'static str,
exclude: &'static str
) -> Self
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