Ensure help Flag has Tag.
This commit is contained in:
@@ -88,6 +88,7 @@ func (k *Kong) extraFlags() []*Flag {
|
|||||||
Name: "help",
|
Name: "help",
|
||||||
Help: "Show context-sensitive help.",
|
Help: "Show context-sensitive help.",
|
||||||
Value: value,
|
Value: value,
|
||||||
|
Tag: &Tag{},
|
||||||
Mapper: k.registry.ForValue(value),
|
Mapper: k.registry.ForValue(value),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user