Commands - annotate
- Migrated handleAnnotate to CmdAnnotate.
This commit is contained in:
@@ -134,7 +134,6 @@ void Cmd::load ()
|
||||
commands.push_back ("export.csv");
|
||||
commands.push_back ("export.ical");
|
||||
commands.push_back ("export.yaml");
|
||||
commands.push_back ("annotate");
|
||||
commands.push_back ("denotate");
|
||||
commands.push_back ("calendar");
|
||||
commands.push_back ("colors");
|
||||
@@ -229,7 +228,6 @@ bool Cmd::isReadOnlyCommand ()
|
||||
bool Cmd::isWriteCommand ()
|
||||
{
|
||||
if (command == "merge" ||
|
||||
command == "annotate" ||
|
||||
command == "denotate" ||
|
||||
command == "delete" ||
|
||||
command == "done" ||
|
||||
|
||||
Reference in New Issue
Block a user