claptrap 0.3.0

Bring the power of Clap to shell scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name = "myprog"
[args]
foo = { short = 'f' }
[[subcommands]]
name = "test"
args-conflicts-with-subcommands = true
[subcommands.args]
input = { help = "the file to add" }
[[subcommands.subcommands]]
name = "nested"
about = "A nested sub command"
[subcommands.subcommands.args]
arg3 = { long = "arg3" }