Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

20 Commits

Repository files navigation

minparse

A minimal argument parser

Install

Add this to your Cargo.toml:

[dependencies]
minparse = "0.1.2"

Usage

use minparse::minparse;
minparse::process_name();// => Get process name <String>
minparse::switches();// => Get options that do not require a value (e.g --help) Vec<String>
minparse::subcommands();// => Subcommands (do not have prefixed `--`. Includes process name) Vec<String> example: vec!["cargo", "run"] 
minparse::fields()// => Fields with a value (e.g. --port 8080) HashMap<String, String> 

Donate

# Wallets to which you can donate :)BTC = "3NC14JNuzdLkxJTdNa6bnFXaYzMKMc1Uwt"ETH = "0xc41c0f847d58121f552c683e454ddafeb415f25e"XMR = "875smxvwbP64MFZnHrHwHcGahoEB4a5ARGCBidr95LqL4GEPiB4T8J74UB5TzrXK3wbTZ1iidfYoV37KZq1vqWCQSNztDAF"

About

A minimal argument parser

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages