argc 1.24.0

A bash cli framework, also a bash-based command runner
Documentation
---
source: tests/spec.rs
expression: data
---
RUN
prog -h

# OUTPUT
command cat >&2 <<-'EOF' 
USAGE: prog [OPTIONS] [URL]

ARGS:
  [URL]

OPTIONS:
      --url <URL>
  -h, --help
  -V, --version

EOF
exit 0

# BUILD_OUTPUT
USAGE: prog [OPTIONS] [URL]

ARGS:
  [URL]

OPTIONS:
      --url <URL>
  -h, --help
  -V, --version