3 unstable releases
0.2.1 | Jan 25, 2024 |
---|---|
0.2.0 | Jan 23, 2024 |
0.1.0 | Jan 23, 2024 |
0.0.1 |
|
#642 in Text processing
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 => { /* ... */ }
}
License
Apache-2.0
lib.rs
:
A very simple way to parse CLI arguments.