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

#215 in Command-line interface

Download history 111/week @ 2024-07-27 68/week @ 2024-08-03 55/week @ 2024-08-10 80/week @ 2024-08-17 34/week @ 2024-08-24 64/week @ 2024-08-31 130/week @ 2024-09-07 160/week @ 2024-09-14 171/week @ 2024-09-21 172/week @ 2024-09-28 98/week @ 2024-10-05 162/week @ 2024-10-12 186/week @ 2024-10-19 214/week @ 2024-10-26 155/week @ 2024-11-02 75/week @ 2024-11-09

642 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