Skip to content

Commit 6803db5

Browse files
committed
chore: add codeflare ui command alias to launch ui
1 parent 6b5dc91 commit 6803db5

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/src/controller

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/controller/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function registerCodeflareCommands(registrar: Registrar) {
7676
})
7777

7878
// launch our explore guidebook
79-
;["explore", "explorer", "hello"].forEach((explore) =>
79+
;["ui", "explore", "explorer", "hello"].forEach((explore) =>
8080
registrar.listen(`/codeflare/${explore}`, (args) => import("./hello").then((_) => _.default(args)), {
8181
needsUI: true,
8282
outputOnly: true,

0 commit comments

Comments
 (0)