grim/convey

Treat the plans specified on the command line as a metaplan and give MetaPlan an Execute method
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'"`
}