Currently the command line arguments are parsed sequentially, for specifying an optional argument all the other arguments must be specified which stand before that desired one.
Implement a more sophisticated argument parsing using argument option tags:
Currently the command line arguments are parsed sequentially, for specifying an optional argument all the other arguments must be specified which stand before that desired one.
Implement a more sophisticated argument parsing using argument option tags: