There are a handful of powerful go CLI libraries available (spf13/cobra 
<https://github.com/spf13/cobra>, urfave/cli <https://github.com/urfave/cli>). 
However sometimes an integrated shell interface is a great and useful 
extension for the actual application. This library offers a simple API to 
create powerful CLI applications and automatically starts an integrated 
interactive shell, if the application is started without any command 
arguments.

https://github.com/desertbit/grumble

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to