mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-27 12:16:21 +02:00
UDAs
- The 'udas' command now accepts a filter, and reports UDA usage counts. - The 'udas' command also detects and lists orphaned UDAs and usage counts.
This commit is contained in:
parent
19cfd5453d
commit
1b329d34b3
3 changed files with 55 additions and 2 deletions
|
@ -187,6 +187,8 @@
|
|||
#define STRING_COLUMN_LABEL_TYPE "Type"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||
#define STRING_COLUMN_LABEL_VALUES "Allowed Values"
|
||||
#define STRING_COLUMN_LABEL_UDACOUNT "Usage Count"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Orphan UDA"
|
||||
|
||||
// Column Examples
|
||||
#define STRING_COLUMN_EXAMPLES_TAGS "home @chore"
|
||||
|
@ -315,6 +317,8 @@
|
|||
#define STRING_CMD_UDAS_NO "No UDAs defined."
|
||||
#define STRING_CMD_UDAS_SUMMARY "{1} UDA defined"
|
||||
#define STRING_CMD_UDAS_SUMMARY2 "{1} UDAs defined"
|
||||
#define STRING_CMD_UDAS_ORPHAN "{1} Orphan UDA"
|
||||
#define STRING_CMD_UDAS_ORPHANS "{1} Orphan UDAs"
|
||||
|
||||
#define STRING_CMD_DELETE_USAGE "Deletes the specified task"
|
||||
#define STRING_CMD_DELETE_CONFIRM "Permanently delete task {1} '{2}'?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue