Skip to content

Commit

Permalink
fix: Add boot to Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jul 24, 2023
1 parent c2b64c2 commit fcdd2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/katana_cli/lib/command/code/code.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class CodeCliCommand extends CliCommandGroup {
@override
Map<String, CliCommand> get commands => const {
"tmp": CodeTmpCliCommand(),
"boot": CodeBootCliCommand(),
"format": CodeFormatCliCommand(),
"generate": CodeGenerateCliCommand(),
"watch": CodeWatchCliCommand(),
Expand Down

0 comments on commit fcdd2e1

Please sign in to comment.