mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Commands
- Migrated the _version command from handleCompletionVersion to CmdVersion.
This commit is contained in:
parent
fc77e04b54
commit
54d98a6b2d
8 changed files with 40 additions and 29 deletions
|
@ -37,5 +37,12 @@ public:
|
|||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
class CmdCompletionVersion : public Command
|
||||
{
|
||||
public:
|
||||
CmdCompletionVersion ();
|
||||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue