We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24adf42 commit a40c34aCopy full SHA for a40c34a
plugins/plugin-codeflare/src/controller/guide.ts
@@ -34,7 +34,7 @@ export default function guide(args: Arguments) {
34
encodeComponent(process.env.CODEFLARE_HEADLESS + "/codeflare.min.js") +
35
" -- " +
36
args.command.replace(/--type=renderer/, "").replace(/^codeflare\s+guide/, "codeflare") +
37
- " -a"
+ " -y" // run in non-interactive mode (-y is short for --yes)
38
39
if (!args.execOptions.env) {
40
args.execOptions.env = {}
0 commit comments