grim/convey

Add back the old --cpu-shares argument

2021-12-22, Gary Kramlich
25adcc3509c2
Add back the old --cpu-shares argument
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'"`
}