6 lines
166 B
Go
6 lines
166 B
Go
package globals
|
|
|
|
type Globals struct {
|
|
Config string `kong:"flag,name='config',short='c',env='CONFIG',help='The configuration file to use',default='config.yaml'"`
|
|
}
|