Ensure help Flag has Tag.

This commit is contained in:
Alec Thomas
2018-06-08 14:54:10 +10:00
parent 71b2dec48b
commit dd03e4c48a
+1
View File
@@ -88,6 +88,7 @@ func (k *Kong) extraFlags() []*Flag {
Name: "help",
Help: "Show context-sensitive help.",
Value: value,
Tag: &Tag{},
Mapper: k.registry.ForValue(value),
},
}