mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdCommands: Added command description column
- Shrunk the default widths of all the columns, for better spacing.
This commit is contained in:
parent
70b252f280
commit
28d872dd31
18 changed files with 71 additions and 68 deletions
|
@ -233,12 +233,12 @@
|
|||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||
#define STRING_COLUMN_LABEL_RO "R/W"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID?"
|
||||
#define STRING_COLUMN_LABEL_GC "GC?"
|
||||
#define STRING_COLUMN_LABEL_CONTEXT "Context?"
|
||||
#define STRING_COLUMN_LABEL_FILTER "Filter?"
|
||||
#define STRING_COLUMN_LABEL_MODS "Mods?"
|
||||
#define STRING_COLUMN_LABEL_MISC "Other?"
|
||||
#define STRING_COLUMN_LABEL_SHOWS_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_GC "GC"
|
||||
#define STRING_COLUMN_LABEL_CONTEXT "Context"
|
||||
#define STRING_COLUMN_LABEL_FILTER "Filter"
|
||||
#define STRING_COLUMN_LABEL_MODS "Mods"
|
||||
#define STRING_COLUMN_LABEL_MISC "Misc"
|
||||
|
||||
// Column Examples
|
||||
#define STRING_COLUMN_EXAMPLES_TAGS "casa @tarea"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue