Skip to content

Commit 4b28f5f

Browse files
committed
lll you will never be my friend
1 parent 63d8674 commit 4b28f5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/commands/flagsets.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ func setupRunFlagSet(v *viper.Viper, fs *pflag.FlagSet) {
4949
internal.AddFlagAndBind(v, fs, fs.String, "go", "run.go", "", color.GreenString("Targeted Go version"))
5050
internal.AddHackedStringSlice(fs, "build-tags", color.GreenString("Build tags"))
5151

52-
internal.AddFlagAndBind(v, fs, fs.Duration, "timeout", "run.timeout", defaultTimeout, color.GreenString("Timeout for total work. If <= 0, the timeout is disabled"))
52+
internal.AddFlagAndBind(v, fs, fs.Duration, "timeout", "run.timeout", defaultTimeout,
53+
color.GreenString("Timeout for total work. If <= 0, the timeout is disabled"))
5354

5455
internal.AddFlagAndBind(v, fs, fs.Bool, "tests", "run.tests", true, color.GreenString("Analyze tests (*_test.go)"))
5556

0 commit comments

Comments
 (0)