I am seeking to use clap
to derive the parsing for the following argument syntax:
program [arg1 [arg2]]
Here arg1
is optional but if present arg2
becomes possible but is optional. I am using clap
for training purposes as well as to allow for growth in complexity.