Remove all references to dead commands

This commit is contained in:
Tobe O 2018-07-14 18:27:54 -04:00
parent d0d05e4eaa
commit 7a5a2d8401

View file

@ -12,15 +12,10 @@ main(List<String> args) async {
new CommandRunner("angel", "Command-line tools for the Angel framework.");
runner
..addCommand(new ControllerCommand())
..addCommand(new DoctorCommand())
..addCommand(new KeyCommand())
..addCommand(new ServiceCommand())
..addCommand(new InitCommand())
..addCommand(new InstallCommand())
..addCommand(new TestCommand())
..addCommand(new PluginCommand())
..addCommand(new StartCommand())
..addCommand(new RenameCommand())
..addCommand(new UpdateCommand())
..addCommand(new MakeCommand())