Skip to content

Commit 8a8f9b8

Browse files
committed
chore: improve comment about Run.Args field
1 parent 3b3d1c7 commit 8a8f9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ type Run struct {
2525

2626
ShowStats bool `mapstructure:"show-stats"`
2727

28-
// TODO(ldez) it's only use by flags and for the tests, need to removed in another PR.
28+
// It's obtain by flags and use for the tests and the context loader.
2929
Args []string // Internal needs.
3030
}

0 commit comments

Comments
 (0)