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
If i have only one command to execute, i dont need subcommands.
The text was updated successfully, but these errors were encountered:
Why do you need a CLI helper then? Vanilla Go seems quite reasonable for single-command programs, doesn't it?
Sorry, something went wrong.
for example a simple command with flags, like this : gofmt -w main.go
Makes sense. Alright, gimme a while, I'll work smth out.
On Wed, 20 Jan 2016 23:43 dabba39 notifications@github.com wrote:
for example a simple command with flags, like this : gofmt -w main.go — Reply to this email directly or view it on GitHub #6 (comment).
— Reply to this email directly or view it on GitHub #6 (comment).
Are there any updates on this? This lib looks very promising, would love to know if this is possible by now.
No branches or pull requests
If i have only one command to execute, i dont need subcommands.
The text was updated successfully, but these errors were encountered: