Skip to content

Commit 567bf1c

Browse files
committed
refactor: don't validate file's existence from plugin
1 parent 16661d8 commit 567bf1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/apex/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export default class Run extends SfCommand<ExecuteResult> {
4545
aliases: ['apexcodefile'],
4646
char: 'f',
4747
summary: messages.getMessage('flags.file'),
48-
exists: true,
4948
}),
5049
};
5150

0 commit comments

Comments
 (0)