claptrap 0.3.0

Bring the power of Clap to shell scripts.
Documentation
1
2
3
4
5
6
name = "cmd"
ignore-errors = true
[args]
config = { short = 'c', long = "config", value-name = "FILE", help = "Sets a custom config file" }
stuff = { short = 's', long = "stuff", value-name = "FILE", help = "Sets a custom stuff file" }
f = { short = 'f', help = "Flag" }