runi-cli 0.1.2

Terminal styling and CLI utilities for the Runi library collection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod dispatch;
mod error;
mod help;
mod parser;
mod schema;
mod types;

pub use dispatch::{Command, Launcher, LauncherWithSubs, Runnable, SubCommandOf};
pub use error::{Error, Result};
pub use help::HelpPrinter;
pub use parser::{OptionParser, ParseResult};
pub use schema::{CLArgument, CLOption, CommandSchema};
pub use types::FromArg;