argc 1.24.0

A bash cli framework, also a bash-based command runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: tests/validate.rs
expression: data
---
RUN
prog

# OUTPUT
command cat >&2 <<-'EOF' 
error: the following required arguments were not provided:
  --ao <AO>
EOF
exit 1

# BUILD_OUTPUT
error: the required environments `<VAL>` were not provided