mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - config
- Migrated config and _config to CmdConfig.
This commit is contained in:
parent
0f5a4434ff
commit
6cf7644e02
9 changed files with 247 additions and 149 deletions
|
@ -52,9 +52,7 @@ bool nag (Task&);
|
|||
// command.cpp
|
||||
int handleDone (std::string&);
|
||||
int handleModify (std::string&);
|
||||
int handleCompletionConfig (std::string&);
|
||||
int handleQuery (std::string&);
|
||||
int handleConfig (std::string&);
|
||||
int handleDelete (std::string&);
|
||||
int handleDuplicate (std::string&);
|
||||
void handleUndo ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue