mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
New command config
- version now only displays the version number and copyright notice - config displays the task configuration that version used to show - configuration variable longversion is not longer needed
This commit is contained in:
parent
48daf13d7f
commit
dca4772f33
11 changed files with 74 additions and 50 deletions
|
@ -185,6 +185,10 @@ int shortUsage (std::string &outs)
|
|||
table.addCell (row, 1, "task version");
|
||||
table.addCell (row, 2, "Shows the task version number.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task config");
|
||||
table.addCell (row, 2, "Shows the task configuration.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task help");
|
||||
table.addCell (row, 2, "Shows the long usage text.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue