mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 04:23:24 +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
|
@ -199,7 +199,7 @@ const std::map <Command::Category, std::string> Command::categoryNames =
|
|||
{
|
||||
// These strings are intentionally not l10n'd: they are used as identifiers.
|
||||
{Command::Category::unassigned, "unassigned"} // should never happen
|
||||
,{Command::Category::interrogator, "interrogator"}
|
||||
,{Command::Category::metadata, "metadata"}
|
||||
,{Command::Category::report, "report"}
|
||||
,{Command::Category::operation, "operation"}
|
||||
,{Command::Category::context, "context"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue