Working with Cobra - Flags
This lesson wraps up the topic of working with Cobra as a library.
We'll cover the following...
In this lesson, you will see how flags complement arguments on the command line, create the main.go file of our calculator demo application, and then take a little quiz.
Understanding flags
Commands and arguments are very powerful, but good command-line interfaces ...