Package argbash

Bash argument parsing code generator

https://argbash.io

Argbash helps your shell scripts to accept arguments.
You declare what arguments you want your script to accept and Argbash
generates the shell code that parses them from the command-line and exposes
passed values as shell variables.

Help message is also generated, and helpful error messages are dispatched
if the script is called with arguments that conflict with the interface.

Version: 2.10.0

General Commands

argbash Argbash is an argument parser generator for Bash.