climax icon indicating copy to clipboard operation
climax copied to clipboard

Make it possible without subcommands

Open dabba39 opened this issue 9 years ago • 4 comments

If i have only one command to execute, i dont need subcommands.

dabba39 avatar Jan 20 '16 20:01 dabba39

Why do you need a CLI helper then? Vanilla Go seems quite reasonable for single-command programs, doesn't it?

tucnak avatar Jan 20 '16 21:01 tucnak

for example a simple command with flags, like this : gofmt -w main.go

dabba39 avatar Jan 20 '16 21:01 dabba39

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.

tucnak avatar Jan 21 '16 08:01 tucnak

Are there any updates on this? This lib looks very promising, would love to know if this is possible by now.

spaceemotion avatar Jul 22 '17 12:07 spaceemotion