Commands - annotate
- Migrated handleAnnotate to CmdAnnotate.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <vector>
|
||||
#include <Command.h>
|
||||
#include <CmdAdd.h>
|
||||
#include <CmdAnnotate.h>
|
||||
#include <CmdAppend.h>
|
||||
#include <CmdBurndown.h>
|
||||
#include <CmdCommands.h>
|
||||
@@ -63,6 +64,7 @@ void Command::factory (std::map <std::string, Command*>& all)
|
||||
Command* c;
|
||||
|
||||
c = new CmdAdd (); all[c->keyword ()] = c;
|
||||
c = new CmdAnnotate (); all[c->keyword ()] = c;
|
||||
c = new CmdAppend (); all[c->keyword ()] = c;
|
||||
c = new CmdBurndownDaily (); all[c->keyword ()] = c;
|
||||
c = new CmdBurndownMonthly (); all[c->keyword ()] = c;
|
||||
|
||||
Reference in New Issue
Block a user