| Crates.io | sylveon |
| lib.rs | sylveon |
| version | 0.2.1 |
| created_at | 2023-10-07 05:17:52.335551+00 |
| updated_at | 2024-01-25 03:07:19.035367+00 |
| description | A simple way to parse CLI arguments |
| homepage | |
| repository | https://codeberg.org/twink/sylveon |
| max_upload_size | |
| id | 996103 |
| size | 35,246 |
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 => { /* ... */ }
}
Apache-2.0