3 unstable releases

0.2.1 Jan 25, 2024
0.2.0 Jan 23, 2024
0.1.0 Jan 23, 2024
0.0.1 Oct 7, 2023

#642 in Text processing

Apache-2.0

24KB
549 lines

sylveon

A very simple way to parse CLI arguments.

sylveon::parse! {
    /// Display hidden files
    all,
    /// Increase output
    verbose+,
    /// List of files to ignore
    ignore?,

    /// List files
    ..path => { /* ... */ }
}

Syntax guide

License

Apache-2.0


lib.rs:

A very simple way to parse CLI arguments.

Dependencies