Skip to content

Commit 876bede

Browse files
committed
feat(cli): remove compiler option
1 parent eed1f94 commit 876bede

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ In your configuration files you can the following to enable IDE config validatio
7878
// CLI options declaration
7979
program
8080
.option("-c, --client-only", "do not start any servers (enables multiple instances without port conflicts)")
81-
.option("-cp, --compiler <module>", "load module as a compiler")
8281
.addOption(
8382
new Option(
8483
"-ll, --logLevel <string>",

0 commit comments

Comments
 (0)