We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed1f94 commit 876bedeCopy full SHA for 876bede
1 file changed
packages/cli/src/cli.ts
@@ -78,7 +78,6 @@ In your configuration files you can the following to enable IDE config validatio
78
// CLI options declaration
79
program
80
.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")
82
.addOption(
83
new Option(
84
"-ll, --logLevel <string>",
0 commit comments