grim/convey

Fix the order of some attributes
redux
2021-10-16, Gary Kramlich
9d3b752261c4
Fix the order of some attributes
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'"`
}