()
| 52 | } |
| 53 | |
| 54 | func (o *EdgeCoreOptions) Flags() (fss cliflag.NamedFlagSets) { |
| 55 | fs := fss.FlagSet("global") |
| 56 | fs.StringVar(&o.ConfigFile, "config", o.ConfigFile, "The path to the configuration file. Flags override values in this file.") |
| 57 | osExclusiveFlags(fs, o) |
| 58 | return |
| 59 | } |
| 60 | |
| 61 | func (o *EdgeCoreOptions) Validate() []error { |
| 62 | var errs []error |