Create a CLI with Cobra in Go

(5 mins read)

Series: Go

In this post, we talk about how we can create a simple CLI with Cobra in Go. Cobra is a library for creating powerful modern CLI interfaces similar to git & go tools.