Crates.io | jargon-args |
lib.rs | jargon-args |
version | 0.2.7 |
source | src |
created_at | 2021-08-20 18:03:56.777645 |
updated_at | 2023-04-24 00:39:24.816636 |
description | A simple but smart command line parser |
homepage | |
repository | https://github.com/caverym/jargon |
max_upload_size | |
id | 440073 |
size | 54,716 |
Jargon is a simple command line handler for Rust. Using a similar architecture to pico-args, but working to be cleaner and have more options — while being usable, unlike clap.
Jargon is aimed to create the least amount of handler code in a program but giving options
to handle any type of argument, including ones that don't start with -
& subcommands.
See examples