Add recently added "shorthelp" built-in command.

This commit is contained in:
Ingo Karkat
2011-11-20 15:01:14 +01:00
parent f5270be463
commit b1d894f65d

View File

@@ -13,7 +13,7 @@ _todo()
add a addto addm append app archive command del \ add a addto addm append app archive command del \
rm depri dp do help list ls listall lsa listcon \ rm depri dp do help list ls listall lsa listcon \
lsc listfile lf listpri lsp listproj lsprj move \ lsc listfile lf listpri lsp listproj lsprj move \
mv prepend prep pri p replace report" mv prepend prep pri p replace report shorthelp"
# Add custom commands from add-ons, if installed. # Add custom commands from add-ons, if installed.
local allCommands="$COMMANDS $('ls' ${TODO_ACTIONS_DIR:-$HOME/.todo.actions.d}/ 2>/dev/null)" local allCommands="$COMMANDS $('ls' ${TODO_ACTIONS_DIR:-$HOME/.todo.actions.d}/ 2>/dev/null)"