The Bash Argsparse Library 1.8
An high level argument parsing library for bash.
|
Bash completion for scripts using argsparse library. More...
Functions | |
__argsparse_compgen (param...) | |
A compgen wrapper. | |
__argsparse_complete () | |
Completion for the command stored in ${words[0]}. | |
__argsparse_complete_get_long (word, long...) | |
Find the option we want to complete. | |
__argsparse_complete_value (option) | |
Complete the value an option. | |
_argsparse_complete () | |
The argsparse completion function. |
Bash completion for scripts using argsparse library.