claptrap 0.1.0

Bring the power of Clap to shell scripts.
Documentation
---
source: src/tests.rs
expression: "super::run(spec, args)"
---
command cat <<'EOF_f18541e8'
Usage: myprog [arg1]
       myprog subcommand [arg2]
       myprog subcommand nested [OPTIONS]
       myprog subcommand help [COMMAND]
       myprog subcommand2 [arg4]
       myprog help [COMMAND]...

Arguments:
  [arg1]  

Options:
  -h, --help  Print help

myprog subcommand:
a sub command
  -h, --help  Print help
  [arg2]      

myprog subcommand nested:
A nested sub command
      --arg3 <arg3>  
  -h, --help         Print help

myprog subcommand help:
Print this message or the help of the given subcommand(s)

myprog subcommand2:
another sub command
  -h, --help  Print help
  [arg4]      

myprog help:
Print this message or the help of the given subcommand(s)
  [COMMAND]...  Print help for the subcommand(s)
EOF_f18541e8
exit 0