claptrap 0.3.0

Bring the power of Clap to shell scripts.
Documentation
1
2
3
4
5
6
name = "myprog"
subcommand-precedence-over-arg = true
[args]
arg = { long = "arg", num-args = "1..", action = "set" }
[[subcommands]]
name = "sub"