For example, having this member in a struct: Main *bool `json:"main,omitempty" cli:"opt --main"` will create the following line in the usage text: --main <Main> when it should create just: --main
For example, having this member in a struct:
will create the following line in the usage text:
when it should create just: