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 d2f4e5f commit b8cf546Copy full SHA for b8cf546
developer/src/kmc/src/util/baseOptions.ts
@@ -24,7 +24,7 @@ export class BaseOptions {
24
}
25
26
public static addLogFormat(program: Command) {
27
- return program.addOption(new Option('-l, --log-format <logFormat>', 'Log format').choices(ALL_COMPILER_LOG_FORMATS).default('formatted'));
+ return program.addOption(new Option('--log-format <logFormat>', 'Log format').choices(ALL_COMPILER_LOG_FORMATS).default('formatted'));
28
29
30
public static addOutFile(program: Command) {
0 commit comments