grim/convey

update convey/clean to use the Runtime.ConfigPath instead of the working directory.

Fixes CONVEY-189
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'"`
}