octolab / parallel

🚦 CLI tool based on github.com/kamilsk/semaphore package to execute commands in parallel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove FlagSet

kamilsk opened this issue · comments

	if c.Flags == nil {
		c.Flags = c.BaseCommand.FlagSet(c.CmdName)
		c.Flags.BoolVar(&c.Edit, "edit", false, "switch to edit mode to read arguments from input (not implemented yet)")
	}
	return c.Flags

should be refactored to stateless