(cmd *Command, f string)
| 779 | } |
| 780 | |
| 781 | func userHasSetLocal(cmd *Command, f string) bool { |
| 782 | return cmd.LocalFlags().Lookup(f).Changed |
| 783 | } |
| 784 | |
| 785 | func userHasSetGlobal(cmd *Command, f string) bool { |
| 786 | return cmd.PersistentFlags().Lookup(f).Changed |