standout 9.0.0

Styled CLI template rendering with automatic terminal detection
1
2
3
4
5
6
use clap::Command;
use standout::cli::App;

fn main() {
    let _handled = App::builder().run(Command::new("app"), ["app"]);
}