8 releases
0.2.7 | Apr 24, 2023 |
---|---|
0.2.6 |
|
0.2.5 | Dec 27, 2021 |
0.2.3 | Nov 9, 2021 |
0.1.0 | Aug 20, 2021 |
#215 in Command-line interface
642 downloads per month
Used in proton-call
37KB
1K
SLoC
Jargon
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.
Examples
See examples
lib.rs
:
Jargon
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.
Examples
See examples