claptrap 0.1.0

Bring the power of Clap to shell scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/tests.rs
expression: "super::run(spec, args)"
---
command cat <<'EOF_9eb35108'
Usage: prog [OPTIONS]

Options:
  -o, --long-option-flag <value1> <value2>
          Some really long help and complex
          help that makes more sense to be
          on a line after the option
  -h, --help
          Print help
EOF_9eb35108
exit 0