...

/

Working with Cobra - Flags

Working with Cobra - Flags

This lesson wraps up the topic of working with Cobra as a library.

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 ...