mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Simpler code for 'ids' command. - Sort the uuids with 'uuids' and '_uuids' commands (stabler output).
This commit is contained in:
parent
0b1b677aa5
commit
988288f6d2
2 changed files with 5 additions and 7 deletions
|
@ -218,7 +218,7 @@
|
|||
#define STRING_CMD_LOG_NO_WAITING "You cannot log waiting tasks."
|
||||
#define STRING_CMD_LOG_LOGGED "Logged task."
|
||||
#define STRING_CMD_IDS_USAGE_RANGE "Shows the IDs of matching tasks, as 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_LIST "Shows 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_UUIDS_USAGE_RANGE "Shows the UUIDs of matching tasks, as a comma-separated list"
|
||||
#define STRING_CMD_UUIDS_USAGE_LIST "Shows the UUIDs of matching tasks, as a list"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue