(cmd *Command, f string)
| 783 | } |
| 784 | |
| 785 | func userHasSetGlobal(cmd *Command, f string) bool { |
| 786 | return cmd.PersistentFlags().Lookup(f).Changed |
| 787 | } |
| 788 | |
| 789 | func parseConfig(cmd *Command, conf *proxy.Config, args []string) error { |
| 790 | // If no instance connection names were provided AND FUSE isn't enabled, |