jargon-args

Crates.iojargon-args
lib.rsjargon-args
version0.2.7
sourcesrc
created_at2021-08-20 18:03:56.777645
updated_at2023-04-24 00:39:24.816636
descriptionA simple but smart command line parser
homepage
repositoryhttps://github.com/caverym/jargon
max_upload_size
id440073
size54,716
Avery Murray (caverym)

documentation

README

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

Commit count: 35

cargo fmt