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 f173ec9 commit 883197aCopy full SHA for 883197a
src/commands/apex/run/test.ts
@@ -40,7 +40,6 @@ export default class Test extends SfCommand<RunCommandResult> {
40
deprecateAliases: true,
41
char: 'c',
42
summary: messages.getMessage('flags.code-coverage.summary'),
43
- dependsOn: ['result-format'],
44
}),
45
'output-dir': Flags.directory({
46
aliases: ['outputdir', 'output-directory'],
0 commit comments