Remove all references to dead commands
This commit is contained in:
parent
d0d05e4eaa
commit
7a5a2d8401
1 changed files with 0 additions and 5 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue