mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Enhancement - default.command
- Implemented default.command handling.
This commit is contained in:
parent
d4a9a387af
commit
a58aa948b8
4 changed files with 50 additions and 26 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
~Context (); // Destructor
|
||||
|
||||
void initialize (int, char**); // all startup
|
||||
void initialize (); // for reinitializing
|
||||
int run (); // task classic
|
||||
int interactive (); // task interactive (not implemented)
|
||||
void dispatch (); // command handler dispatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue