Skip to content

Commit 0d59475

Browse files
committed
flag order
1 parent 9e80c05 commit 0d59475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klog/app/cli/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
)
1010

1111
type Config struct {
12-
util.NoStyleArgs
1312
Location bool `name:"location" help:"Print the location of the config folder."`
13+
util.NoStyleArgs
1414
}
1515

1616
func (opt *Config) Help() string {

0 commit comments

Comments
 (0)