DEV Community

Discussion on: How to build an interactive CLI app with Go, Cobra & promptui

Collapse
 
arxeiss profile image
Pavel Kutáč • Edited

Well done, I'm building something similar now. The REPL with custom parser implementation for mathematical operations: dev.to/arxeiss/ast-evaluator-expre...

In next chapter I wanted to add some prompt library as well. I noticed PromptUI, but I'm more looking into Go-Prompt github.com/c-bata/go-prompt as it is more updated.

Collapse
 
divrhino profile image
Div Rhino

Thank you for sharing! Go-Prompt does seem to have some nice features. The auto-complete looks cool. Good luck with your next chapter. Looking forward to seeing it. :)