Hi this is a great addon for Fortran programmer. I am hoping it can be even further enhanced/
- allow multiple arguments after a switch:
myapp --range 1.0 2.0 or myapp -r 1.0 2.0
This can be achieved by adding another parameter in the option_s struct such as nopts. Default can be nopts == 0 for no argument.
- allow repeating switch:
myapp --add file1 --add file2 and provide the occurrence of add
Are these implemented? If not, can you implement them? If you do not have time, I can help implement these through a pull request.
Thank you so much!
Hi this is a great addon for Fortran programmer. I am hoping it can be even further enhanced/
myapp --range 1.0 2.0ormyapp -r 1.0 2.0This can be achieved by adding another parameter in the
option_sstruct such asnopts. Default can be nopts == 0 for no argument.myapp --add file1 --add file2and provide the occurrence ofaddAre these implemented? If not, can you implement them? If you do not have time, I can help implement these through a pull request.
Thank you so much!