Skip to content

Commit 840bfe2

Browse files
committed
fix(cli): include non-interactive flags in cli options
1 parent 4176bf3 commit 840bfe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export interface CliOptions {
1515
templateId?: string
1616
targetDir?: string
1717
interactive?: boolean
18+
nonInteractive?: boolean
19+
yes?: boolean
1820
devWatch?: string
1921
runDev?: boolean
2022
install?: boolean

0 commit comments

Comments
 (0)