optparse 0.1.1

Simplified parsing of std::env and input arguments from the commandline
Documentation
[dependencies]

[lib]
name = "optparse"
path = "src/optparse.rs"

[package]
authors = ["rootlou <louiskaran@gmail.com>"]
description = "Simplified parsing of std::env and input arguments from the commandline"
edition = "2018"
keywords = ["cli", "parse", "commands"]
license = "GPL-3.0-only"
name = "optparse"
readme = "README.md"
repository = "https://github.com/rootlou/optparse"
version = "0.1.1"