mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Enhancement - #407 show command
- finalized the implementation - a searchstring can now be supplied to limit the display of configuration settings
This commit is contained in:
parent
c93db168f3
commit
d37c798dbc
5 changed files with 31 additions and 32 deletions
|
@ -207,8 +207,8 @@ int shortUsage (std::string &outs)
|
|||
table.addCell (row, 2, "Shows the task version number.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task show [section-name]");
|
||||
table.addCell (row, 2, "Shows the task entire configuration or a specific section.");
|
||||
table.addCell (row, 1, "task show [all | substring]");
|
||||
table.addCell (row, 2, "Shows the entire task configuration variables or the ones containing substring.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task config [name [value | '']]");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue