grim/convey

c1a95d79fcc5
Dump govcs in here for now until i can sort out this out
package globals
type Globals struct {
Color bool `kong:"flag,help='Enable colorized output.',default='1'"`
Verbose bool `kong:"flag,help='Be more verbose',short='v',default='0'"`
}