Rargs
Rargs is a Bash framework based on other tools like Bashly and Argc, designed for efficient script development.
Get startedRargs is a Bash framework based on other tools like Bashly and Argc, designed for efficient script development.
Get startedEasily configure arguments
, options
, or flags
with multiple validation options.
Compiles to a Bash compliant script that you can edit and extend on your own.
Handle environment variables with ease. Validate their existance and apply them to other options.
Check for dependencies available on your $PATH
before running your script.
Easily debug your script execution by providing the DEBUG
environment variable at runtime.
Keep your script documentation next to your script, so that you never lose information about how to run it.