reeflective / flags

Generate cobra command trees from structs. Go-flags compliant tags. Advanced CLI functionality, out-of-the-box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote = sign from options in help by default

maxlandon opened this issue · comments

Unless the option specificaly requires an = sign between it's name and its arguments, remove it from help usage. Probably will cross with how this sign is handled in the completions, depending on the option's requirements and stuff