Re-exports§
pub use launcher::CLArgument;pub use launcher::CLOption;pub use launcher::Command;pub use launcher::CommandSchema;pub use launcher::Error;pub use launcher::FromArg;pub use launcher::HelpPrinter;pub use launcher::Launcher;pub use launcher::LauncherWithSubs;pub use launcher::OptionParser;pub use launcher::ParseResult;pub use launcher::Result;pub use launcher::Runnable;pub use launcher::SubCommandOf;pub use tint::Tint;pub use tint::supports_color;pub use tint::supports_color_stdout;
Modules§
Derive Macros§
- Command
#[derive(Command)]— generate aCommandtrait impl from attributed fields. Requires the defaultderivefeature. Deriveruni_cli::Commandfor a struct or enum.