usage-cli 2.18.2

CLI for working with usage-based CLIs
Documentation
1
2
3
4
5
6
use crate::env;

#[ctor::ctor]
fn init() {
    env::set_var("USAGE_BIN", "usage");
}