Add option to have "list" be the default action for the help ADC
This commit is contained in:
parent
e5c2372609
commit
1a6fa8b718
2 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,9 @@ BASE_FETCH_URL="git://gl.example.com"
|
|||
GL_FORKED_FROM="gl-forked-from"
|
||||
# KDE may set this to kde-cloned-from for historical reasons
|
||||
|
||||
# Change to 1 to make -list the default action for the 'help' command
|
||||
HELP_LIST_DEFAULT=0
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
die() { echo "$@"; exit 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue