Closed wheresalice closed 6 years ago
I think this is all that needs to be changed in order to expose cli.Name. This is definitely working the the Cali Lite fork I have where I'm playing around with worker pools.
var taskFunc calilite.TaskFunc = func(t *calilite.Task, args []string) { appName := cli.Name log.Infof("appname: %s", appName)
I think this is all that needs to be changed in order to expose cli.Name. This is definitely working the the Cali Lite fork I have where I'm playing around with worker pools.