simple-args

Crates.iosimple-args
lib.rssimple-args
version0.2.0
sourcesrc
created_at2021-09-11 03:12:43.070205
updated_at2021-09-17 01:10:42.325958
descriptionA very simple argument parser
homepage
repositoryhttps://github.com/MrElectrify/simple-args-rs
max_upload_size
id449602
size9,319
(MrElectrify)

documentation

https://docs.rs/crate/simple-args

README

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

Commit count: 9

cargo fmt