grim/convey

36f6e7a6b6ce
replace gomega with testify and other go.mod cleanups
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'"`
}