Skip to content

Commit

Permalink
feat: deprecate test-env-silent flag (#1003)
Browse files Browse the repository at this point in the history
* feat: deprecate test-env-silent flag

* revise
  • Loading branch information
tianfeng92 authored Jan 17, 2025
1 parent 55e2c7d commit f5faff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f5faff7

Please sign in to comment.