[BREAKING] remove 'task purge' support
TaskChampion removes deleted tasks automatically when they expire, so this subcommand is no longer required.
This commit is contained in:
committed by
Dustin J. Mitchell
parent
d47c70579f
commit
87467f72c7
@@ -112,7 +112,6 @@ public:
|
||||
void set_location (const std::string&);
|
||||
void add (Task&, bool add_to_backlog = true);
|
||||
void modify (Task&, bool add_to_backlog = true);
|
||||
void purge (Task&);
|
||||
void commit ();
|
||||
void get_changes (std::vector <Task>&);
|
||||
void revert ();
|
||||
|
||||
Reference in New Issue
Block a user