Posts for cobra

Shubham
Shubham wrote

Create a CLI in golang with Cobra

In this tutorial, we will create a color cli in golang using cobra library. CLI is a standard interface between a software and a user. A command-line interface (CLI) processes commands to a computer program in the form of lines of text. – Wikipedia Objective of the color cli The objective of the colorcli is […]

March 23, 2020 in GoLang