| Crates.io | cliutil |
| lib.rs | cliutil |
| version | 0.1.0-alpha.0 |
| created_at | 2023-09-05 18:37:48.861192+00 |
| updated_at | 2023-11-23 20:23:17.345606+00 |
| description | A command line utilities library |
| homepage | |
| repository | https://github.com/jacobrgreen114/cliutil-rs |
| max_upload_size | |
| id | 964711 |
| size | 33,275 |
Cliutil is planned to be a collection of utilities for command line interfaces.
'cliutil' is currently very alpha. It is not recommended for use in production code.
- 'cliutil::constexpr' - Api for creating a compile-time static command line application.
- 'cliutil::constexpr'
- implement help / version subcommands
- implement proper error reporting
- implement command, flag, and parameter name duplication checks
- 'cliutil::runtime' - creates a cli app config at runtime. This will be useful for creating very dynamic cli apps.