We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5af9f commit 350db2fCopy full SHA for 350db2f
argsparse.sh
@@ -1033,7 +1033,7 @@ argsparse_allow_no_argument() {
1033
if [[ ${ARGSPARSE_COMPLETION_MODE-} ]]
1034
then
1035
shopt progcomp expand_aliases >/dev/null || exit 1
1036
- alias argsparse_parse_options='return 0 2>/dev/null || : '
+ alias argsparse_parse_options='return 0 2>/dev/null || :'
1037
else
1038
## @fn argsparse_parse_options()
1039
## @brief Parse program options.
0 commit comments