grim/convey

bd445f33e472
Move the map of runtime.Task's to the Runtime instance
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'"`
}