Initial scaffolding
This commit is contained in:
5
globals/globals.go
Normal file
5
globals/globals.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package globals
|
||||
|
||||
type Globals struct {
|
||||
Config string `kong:"flag,name='config',short='c',env='CONFIG',help='The configuration file to use',default='config.yaml'"`
|
||||
}
|
||||
Reference in New Issue
Block a user