From 7a5a2d840149af9a5f1c4b43b2871db5a6432eea Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 14 Jul 2018 18:27:54 -0400 Subject: [PATCH] Remove all references to dead commands --- bin/angel.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/angel.dart b/bin/angel.dart index ccb0b14..8f066e1 100644 --- a/bin/angel.dart +++ b/bin/angel.dart @@ -12,15 +12,10 @@ main(List 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())