climax
climax copied to clipboard
Make it possible without subcommands
If i have only one command to execute, i dont need subcommands.
Why do you need a CLI helper then? Vanilla Go seems quite reasonable for single-command programs, doesn't it?
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 [email protected] wrote:
for example a simple command with flags, like this : gofmt -w main.go
— Reply to this email directly or view it on GitHub https://github.com/tucnak/climax/issues/6#issuecomment-173369665.
Are there any updates on this? This lib looks very promising, would love to know if this is possible by now.