argc

Create bash-based CLIs with argument parsing and auto-generated help

brewmacoslinux
Try with needOr install directly
Source

About

Easily create and use cli based on bash script

Commands

argc

Examples

Initialize a new CLI project with argc$ argc --init my-cli
Run a bash script with automatic argument parsing and validation$ argc ./myscript.sh --option value --flag
Generate help documentation from script metadata$ argc ./myscript.sh --help