argc 1.24.0

A bash cli framework, also a bash-based command runner
Documentation
---
source: tests/bind_env.rs
expression: "format! (r#\"\n# OUTPUT\n{output}\n\n# BUILD_OUTPUT\n{build_output}\n\"#)"
---

# OUTPUT
argc_OA=oa
argc__args=([0]="bind-envs" [1]="cmd_for_notation")
argc__fn=cmd_for_notation
argc__positionals=([0]="v1")
argc_val=v1
cmd_for_notation v1


# BUILD_OUTPUT
argc_OA=oa
argc__args=([0]="prog" [1]="cmd_for_notation")
argc__fn=cmd_for_notation
argc__positionals=([0]="v1")
argc_val=v1
cmd_for_notation v1