mautrix-discord/globals/globals.go
2021-11-18 01:30:50 -06:00

5 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'"`
}