globals.go 166 B

12345
  1. package globals
  2. type Globals struct {
  3. Config string `kong:"flag,name='config',short='c',env='CONFIG',help='The configuration file to use',default='config.yaml'"`
  4. }