mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - #307 show command
- introduced new show command to display configuration settings - config command is used to just set config values - modified documentation - modified some unit tests calling 'task config' to 'task show'
This commit is contained in:
parent
f1368d6ac6
commit
51e5a18384
12 changed files with 156 additions and 125 deletions
|
@ -71,6 +71,7 @@ int handleCompletionConfig (std::string &);
|
|||
int handleCompletionVersion (std::string &);
|
||||
int handleVersion (std::string &);
|
||||
int handleConfig (std::string &);
|
||||
int handleShow (std::string &);
|
||||
int handleDelete (std::string &);
|
||||
int handleStart (std::string &);
|
||||
int handleStop (std::string &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue