Skip to content

Commit 45cc5df

Browse files
authored
Merge pull request #1100 from Green-Software-Foundation/drop-props
Drop override params flag for `if-run`
2 parents a261e52 + 53b92de commit 45cc5df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/if-run/config/config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ export const CONFIG = {
2020
alias: 'o',
2121
description: '[path to the output file]',
2222
},
23-
'override-params': {
24-
type: String,
25-
optional: true,
26-
alias: 'p',
27-
description: '[path to a parameter file that overrides our defaults]',
28-
},
2923
'no-output': {
3024
type: Boolean,
3125
optional: true,

0 commit comments

Comments
 (0)