| Crates.io | kommand |
| lib.rs | kommand |
| version | 0.15.2 |
| created_at | 2021-02-20 00:57:16.650106+00 |
| updated_at | 2024-03-29 21:05:39.128226+00 |
| description | Command-line arguments via function arguments |
| homepage | |
| repository | https://github.com/sunfishcode/nameless |
| max_upload_size | |
| id | 357808 |
| size | 66,836 |
This is a command-line parser similar to [paw] but which allows
arguments to be given as function arguments rather than as struct
fields.
See nameless for examples.