We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codeflare hello
-s
1 parent 2616ac2 commit 617be01Copy full SHA for 617be01
plugins/plugin-codeflare/src/controller/hello.ts
@@ -35,5 +35,8 @@ export async function dashboardGallery(args: Arguments) {
35
}
36
37
export default function hello(args: Arguments) {
38
+ if (args.parsedOptions.s) {
39
+ process.env.GUIDEBOOK_STORE = args.parsedOptions.s
40
+ }
41
return args.REPL.qexec("commentary --readonly -f /kui/client/hello.md")
42
0 commit comments