Skip to content

Commit

Permalink
cmd/bg-suite: remove unused redundant argument
Browse files Browse the repository at this point in the history
Files are passed via -f.

Signed-off-by: Daniel Maslowski <info@orangecms.org>
  • Loading branch information
orangecms authored and ChriMarMe committed Jan 31, 2024
1 parent 31aaa1e commit 03f7d71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/bg-suite/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ type execTestsCmd struct {
var cli struct {
ManifestStrictOrderCheck bool `help:"Enable checking of manifest elements order"`

FilePath string `short:"t" help:"Select firmware image filepath"`

ExecTests execTestsCmd `cmd:"" help:"Executes tests given be TestNo or TestSet"`
List listCmd `cmd:"" help:"Lists all tests"`
Markdown markdownCmd `cmd:"" help:"Output test implementation state as Markdown"`
Expand Down

0 comments on commit 03f7d71

Please sign in to comment.