Skip to content

Commit

Permalink
revert(config): drop override params flag for if-run
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Dec 11, 2024
1 parent 7b9559b commit 53b92de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/if-run/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ export const CONFIG = {
alias: 'o',
description: '[path to the output file]',
},
'override-params': {
type: String,
optional: true,
alias: 'p',
description: '[path to a parameter file that overrides our defaults]',
},
'no-output': {
type: Boolean,
optional: true,
Expand Down

0 comments on commit 53b92de

Please sign in to comment.