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 5e7943a commit d04d627Copy full SHA for d04d627
pkg/commands/rules.go
@@ -140,6 +140,7 @@ func (r *RuleCommand) Register(app *kingpin.Application) {
140
).StringVar(&r.RuleFilesPath)
141
142
// Prepare Command
143
+ prepareCmd.Arg("rule-files", "The rule files to check.").Required().ExistingFilesVar(&r.RuleFilesList)
144
prepareCmd.Flag("rule-files", "The rule files to check. Flag can be reused to load multiple files.").StringVar(&r.RuleFiles)
145
prepareCmd.Flag(
146
"rule-dirs",
0 commit comments