unc-cli-rs 0.8.0

human-friendly console utility that helps to interact with unc Protocol from command line.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, clap::Parser)]
pub struct JsArgs {
    #[clap(allow_hyphen_values = true, num_args = 0..)]
    js_args: Vec<String>,
}