refactor(cutler): move command files to dedicated directory (#530)
This commit is contained in:
@@ -4,8 +4,7 @@ import 'package:args/args.dart';
|
||||
import 'package:args/command_runner.dart';
|
||||
import 'package:cutler/config.dart';
|
||||
import 'package:cutler/model.dart';
|
||||
import 'package:cutler/print_versions_command.dart';
|
||||
import 'package:cutler/rebase_command.dart';
|
||||
import 'package:cutler/commands/commands.dart';
|
||||
|
||||
class Cutler extends CommandRunner<int> {
|
||||
Cutler() : super('cutler', 'A tool for maintaining forks of Flutter.') {
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
export 'print_versions_command.dart';
|
||||
export 'rebase_command.dart';
|
||||
Reference in New Issue
Block a user