diff --git a/internal/cmd/run/run.go b/internal/cmd/run/run.go index 47cdc6730..82d7d8298 100644 --- a/internal/cmd/run/run.go +++ b/internal/cmd/run/run.go @@ -147,6 +147,7 @@ func Command() *cobra.Command { // Deprecated flags _ = sc.Fset.MarkDeprecated("uploadTimeout", "please use --upload-timeout instead") + _ = sc.Fset.MarkDeprecated("test-env-silent", "please remove it, as it no longer serves any purpose") sc.BindAll()