-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Flag Groups #259
Copy link
Copy link
Closed
Labels
area/v2relates to / is being considered for v2relates to / is being considered for v2kind/featuredescribes a code enhancement / feature requestdescribes a code enhancement / feature requeststatus/in-reviewneeds to be reviewed by maintainers before it is acceptedneeds to be reviewed by maintainers before it is accepted
Milestone
Metadata
Metadata
Assignees
Labels
area/v2relates to / is being considered for v2relates to / is being considered for v2kind/featuredescribes a code enhancement / feature requestdescribes a code enhancement / feature requeststatus/in-reviewneeds to be reviewed by maintainers before it is acceptedneeds to be reviewed by maintainers before it is accepted
Type
Fields
Give feedbackNo fields configured for issues without a type.
It might be nice to be able to have
command.Flagsbe a[][]Flagfor the purposes of being able to group flags in the command help output.In addition instead of a straight up
[][]Flag, a newFlagGroupstruct type may be better, where we can define a name/other fields.WDYT?