mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00
5 lines
166 B
Go
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'"`
|
|
}
|