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
---
source: src/tests.rs
expression: "super::run(spec, args)"
---
command cat <<'EOF_c1fb70eb'
error: the argument '--major <major>' cannot be used with:
  --minor <minor>
  --patch <patch>

Usage: cmd <--set-ver <set-ver>|--major <major>|--minor <minor>|--patch <patch>>

For more information, try '--help'.
EOF_c1fb70eb
exit 1