mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Commands - push
- Migrated handlePush to CmdPush.
This commit is contained in:
parent
99fae1f9a8
commit
af90a14cb5
9 changed files with 150 additions and 65 deletions
|
@ -52,7 +52,6 @@ bool nag (Task&);
|
|||
// command.cpp
|
||||
int handleModify (std::string&);
|
||||
void handleMerge (std::string&);
|
||||
void handlePush (std::string&);
|
||||
int deltaAppend (Task&);
|
||||
int deltaPrepend (Task&);
|
||||
int deltaDescription (Task&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue