Creating a CLI tool using Go and Cobra CLI framework



What is Cobra?

Cobra is a very handy CLI(command line interface) framework that allows you to build CLI tools in GoLang in minutes. A CLI tool is an application that allows you to do some task using the command line(Eg: terminal on mac).

A few CLI t...



Read: https://akhilbomma.hashnode.dev/creating-a-cli-tool-using-go-and-cobra-cli-framework