#arguments-parser #argument #arg #parser

simple-args

A very simple argument parser

2 unstable releases

0.2.0 Sep 17, 2021
0.1.0 Sep 11, 2021

#75 in #arg

Custom license

9KB
159 lines

simple-args-rs

A simple command-line argument parser for rust

Argument Format

Arguments are simply denoted by a single - followed by the argument, and the value is immediately after. Multiple instances can be contained, and arguments can contain no value

Usage

Check out the tests or documentation

Dependencies

~55KB