Commands
- Migrated the _version command from handleCompletionVersion to CmdVersion.
This commit is contained in:
@@ -411,20 +411,6 @@ int handleCompletionConfig (std::string& outs)
|
||||
return 0;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// A simple version display for use by completion scripts and the task-update
|
||||
// script.
|
||||
int handleCompletionVersion (std::string& outs)
|
||||
{
|
||||
#ifdef HAVE_COMMIT
|
||||
outs = COMMIT;
|
||||
#else
|
||||
outs = VERSION;
|
||||
#endif
|
||||
outs += "\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Temporary command to display urgency for a task.
|
||||
int handleUrgency (std::string& outs)
|
||||
|
||||
Reference in New Issue
Block a user