add hidden option
This commit is contained in:
@@ -209,6 +209,9 @@ func txtDefinitionOption(maxLen int, def *input.Definition) string {
|
||||
|
||||
for _, name := range opts {
|
||||
opt, _ := def.Option(name)
|
||||
if opt.IsHidden() {
|
||||
continue
|
||||
}
|
||||
|
||||
var op bytes.Buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user