1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-04 22:09:11 +00:00
This commit is contained in:
fahed dorgaa 2025-03-21 21:52:18 -04:00 committed by GitHub
commit d09049f361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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