We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
semaphore/cmd/semaphore/cli.go
Lines 28 to 29 in 1e58f96
Line 35 in 1e58f96
Line 42 in 1e58f96
Line 80 in 1e58f96
Line 105 in 1e58f96
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
The text was updated successfully, but these errors were encountered:
moved to octolab/parallel#2
Sorry, something went wrong.
kamilsk
No branches or pull requests
semaphore/cmd/semaphore/cli.go
Lines 28 to 29 in 1e58f96
semaphore/cmd/semaphore/cli.go
Line 35 in 1e58f96
semaphore/cmd/semaphore/cli.go
Line 42 in 1e58f96
semaphore/cmd/semaphore/cli.go
Line 80 in 1e58f96
semaphore/cmd/semaphore/cli.go
Line 105 in 1e58f96
should be refactored to stateless
The text was updated successfully, but these errors were encountered: