argopt 0.1.0

Parse command line argument by defining a function.
Documentation
[badges.github]
repository = "tanakh/argopt"
workflow = "Rust"
[dependencies.argopt-impl]
version = "0.1"

[dependencies.structopt]
version = "0.3.17"
[dev-dependencies.log]
version = "0.4.11"

[package]
authors = ["tanakh"]
categories = ["command-line-interface"]
description = "Parse command line argument by defining a function."
edition = "2018"
keywords = ["argument", "cli", "arg", "parser", "parse"]
license = "MIT"
name = "argopt"
readme = "README.md"
repository = "https://github.com/tanakh/argopt"
version = "0.1.0"