auto-args 0.3.2

Parse command line arguments by defining a struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "auto-args"
version = "0.3.2"
authors = ["David Roundy <daveroundy@gmail.com>"]
edition = "2018"

description = "Parse command line arguments by defining a struct."
repository = "https://github.com/droundy/auto-args"
keywords = ["clap", "cli", "parse", "args", "argument"]
categories = ["command-line-interface"]
license = "Apache-2.0/MIT"
readme = "README.md"

[dependencies]
auto-args-derive =  { path = "auto-args-derive", version = "0.1.5" }
meval = { version = "0.2.0", optional = true }

[workspace]