File: README.md

package info (click to toggle)
rust-jargon-args 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Jargon

Jargon is a simple command line handler for Rust. Using a similar architecture to
[pico-args](https://github.com/RazrFalcon/pico-args), but *working* to be cleaner
and have more options — while being usable, unlike [clap](https://github.com/clap-rs/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](examples/)