platform/lib/src/commands/commands.dart
thosakwe 6b36b314b7 key
2016-12-23 23:42:55 -05:00

9 lines
No EOL
175 B
Dart

library angel_cli.commands;
export "doctor.dart";
export "key.dart";
export "init.dart";
export "plugin.dart";
export "service.dart";
export "start.dart";
export "test.dart";