argopt 0.2.0

Parse command line argument by defining a function.
Documentation
[dependencies.argopt-impl]
version = "0.2.0"

[dependencies.clap]
features = ["derive"]
version = "3.0.7"
[dev-dependencies.log]
version = "0.4.11"

[package]
authors = ["Hideyuki Tanaka <tanaka.hideyuki@gmail.com>"]
categories = ["command-line-interface"]
description = "Parse command line argument by defining a function."
edition = "2021"
keywords = ["argument", "cli", "arg", "parser", "parse"]
license = "MIT"
name = "argopt"
readme = "README.md"
repository = "https://github.com/tanakh/argopt"
resolver = "2"
version = "0.2.0"