mirror of
https://github.com/spf13/cobra
synced 2025-04-04 22:09:11 +00:00
Merge 0c653d6e38
into ceb39aba25
This commit is contained in:
commit
d09049f361
1 changed files with 1 additions and 1 deletions
|
@ -1898,7 +1898,7 @@ func (c *Command) Parent() *Command {
|
|||
func (c *Command) mergePersistentFlags() {
|
||||
c.updateParentsPflags()
|
||||
c.Flags().AddFlagSet(c.PersistentFlags())
|
||||
c.Flags().AddFlagSet(c.parentsPflags)
|
||||
c.Flags().AddParentFlagSet(c.parentsPflags)
|
||||
}
|
||||
|
||||
// updateParentsPflags updates c.parentsPflags by adding
|
||||
|
|
Loading…
Reference in a new issue