Skip to content

Commit 617be01

Browse files
committed
feat: update codeflare hello to pass through -s guidebook store option
1 parent 2616ac2 commit 617be01

File tree

1 file changed

+3
-0
lines changed
  • plugins/plugin-codeflare/src/controller

1 file changed

+3
-0
lines changed

Diff for: plugins/plugin-codeflare/src/controller/hello.ts

+3
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ export async function dashboardGallery(args: Arguments) {
3535
}
3636

3737
export default function hello(args: Arguments) {
38+
if (args.parsedOptions.s) {
39+
process.env.GUIDEBOOK_STORE = args.parsedOptions.s
40+
}
3841
return args.REPL.qexec("commentary --readonly -f /kui/client/hello.md")
3942
}

0 commit comments

Comments
 (0)