mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Command Usage
- Enhanced CmdHelp by adding aliases. - Corrected usage for CmdModify. - Renamed CmdQuery --> CmdExport. - Added an alias _query --> export.
This commit is contained in:
parent
3ef8f3f31a
commit
4d410972d4
8 changed files with 31 additions and 17 deletions
|
@ -182,7 +182,7 @@
|
|||
#define STRING_CMD_IDS_USAGE_RANGE "Shows only the IDs of matching tasks, in the form of a range."
|
||||
#define STRING_CMD_IDS_USAGE_LIST "Shows only the IDs of matching tasks, in the form of a list."
|
||||
#define STRING_CMD_IDS_USAGE_ZSH "Shows the IDs and descriptions of matching tasks."
|
||||
#define STRING_CMD_QUERY_USAGE "Executes external commands and scripts"
|
||||
#define STRING_CMD_EXPORT_USAGE "Executes external commands and scripts"
|
||||
#define STRING_CMD_INFO_USAGE "Shows all data and metadata for specified tasks."
|
||||
#define STRING_CMD_INFO_BLOCKED "This task blocked by"
|
||||
#define STRING_CMD_INFO_BLOCKING "This task is blocking"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue