8 releases

0.2.7 Apr 24, 2023
0.2.6 Apr 24, 2023
0.2.5 Dec 27, 2021
0.2.3 Nov 9, 2021
0.1.0 Aug 20, 2021

#209 in Command-line interface

Download history 54/week @ 2024-08-12 79/week @ 2024-08-19 37/week @ 2024-08-26 121/week @ 2024-09-02 101/week @ 2024-09-09 169/week @ 2024-09-16 173/week @ 2024-09-23 136/week @ 2024-09-30 134/week @ 2024-10-07 151/week @ 2024-10-14 161/week @ 2024-10-21 267/week @ 2024-10-28 106/week @ 2024-11-04 72/week @ 2024-11-11 56/week @ 2024-11-18 181/week @ 2024-11-25

443 downloads per month
Used in proton-call

MIT license

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

No runtime deps

Features