mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Cosmetic change
This commit is contained in:
parent
1e02a23bbb
commit
bb1ea393a1
|
|
@ -40,8 +40,7 @@ Options:
|
|||
|
||||
t := reflect.TypeOf(cmdOptions{})
|
||||
for i := 0; i < t.NumField(); i++ {
|
||||
f := t.Field(i)
|
||||
tag := f.Tag
|
||||
tag := t.Field(i).Tag
|
||||
|
||||
var o string
|
||||
if s := tag.Get("short"); s != "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue