grim/convey

Add script support to the run task
redux
2021-10-11, Gary Kramlich
cf227c260992
Add script support to the run task
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'"`
}