-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area/v2relates to / is being considered for v2relates to / is being considered for v2help wantedplease help if you can!please help if you can!kind/featuredescribes a code enhancement / feature requestdescribes a code enhancement / feature requeststatus/confirmedconfirmed to be valid, but work has yet to startconfirmed to be valid, but work has yet to start
Milestone
Description
Is it possible to display higher-level flags in a subcommand?
e.g., given:
app := &cli.App{
Flags: []cli.Flag{
cli.BoolFlag{
Name: "verbose, v",
Usage: "be LOUD",
},
},
Commands: []cli.Command{
cli.Command{
Name: "status",
},
},
}Is it possible for verbose to be displayed in status's help command without redefining the flag?
arranubels, arclabs561, vijaybandari, dtheodor, tochka and 21 more
Metadata
Metadata
Assignees
Labels
area/v2relates to / is being considered for v2relates to / is being considered for v2help wantedplease help if you can!please help if you can!kind/featuredescribes a code enhancement / feature requestdescribes a code enhancement / feature requeststatus/confirmedconfirmed to be valid, but work has yet to startconfirmed to be valid, but work has yet to start