Creating a program interface with the flag package
The previous recipe describes how to access the program arguments by a very generic approach.
This recipe will provide a way of defining an interface via the program flags. This approach dominates systems based on GNU/Linux, BSD, and macOS. The exa...
blog.cloudnativefolks.org3 min read