Skip to main content

Crate runi_cli

Crate runi_cli 

Source

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§

launcher
tint

Derive Macros§

Command
#[derive(Command)] — generate a Command trait impl from attributed fields. Requires the default derive feature. Derive runi_cli::Command for a struct or enum.