start icon indicating copy to clipboard operation
start copied to clipboard

Start Go command line apps with ease

Results 7 start issues
Sort by recently updated
recently updated
newest added

See if parts of the text (sample code etc) can be generated from the source code, instead of maintaining an extra README file.

Add an interactive prompt using [go-prompt](https://github.com/c-bata/go-prompt), to allow interactive command completion independently from the kind of shell used.

enhancement

Generate the code for commands & flags from either a spec file, or from existing code & code comments.

enhancement

Add a SIGINT (Ctrl-C) handler with the option to add custom cleanup code.

enhancement

Add bash completion capabilities using posener/complete.

enhancement

If a command is not implemented, try finding an executable named `-` and call it. Example: Application name = `start`, command = `now`. Command `now` is not implemented. User calls...

enhancement