accessing program arguments
The most simple way to parameterize the program run is to use the command-line arguments as program parameters.
Simply, the parameterized program call could look like this: ./parsecsv user.csv role.csv. In this case, parsecsv is the name of the exec...
blog.cloudnativefolks.org2 min read