From 03f7d71112ec311ab75539436fdd482b30c0e1a9 Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Tue, 30 Jan 2024 23:17:35 +0100 Subject: [PATCH] cmd/bg-suite: remove unused redundant argument Files are passed via -f. Signed-off-by: Daniel Maslowski --- cmd/bg-suite/cmd.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/bg-suite/cmd.go b/cmd/bg-suite/cmd.go index dc7beb9a..4e05cb50 100644 --- a/cmd/bg-suite/cmd.go +++ b/cmd/bg-suite/cmd.go @@ -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"`