CmdPurge: Move dependency handling into separate method
This commit is contained in:
committed by
Paul Beckingham
parent
894eb3ab79
commit
c04bdc48aa
@@ -32,6 +32,8 @@
|
||||
|
||||
class CmdPurge : public Command
|
||||
{
|
||||
private:
|
||||
void handleDeps (Task& task);
|
||||
public:
|
||||
CmdPurge ();
|
||||
int execute (std::string&);
|
||||
|
||||
Reference in New Issue
Block a user