https://github.com/szaghi/FLAP
Release v1.2.1 created by Stefano Zaghi on 05 February 2020, 16:04:30 UTC
Add ignore passed unknown CLAs, fix issue#82
The CLI can now be initialized with a flag for ignoring the passed CLAs that are unknown. An error is still echoed, but the CLI parsing goes on until the end without exit the flow. By default a passed unknown CLA raises a blocking error as in the previous verions. This change addresses the need by: add a new option to `init` method of CLI object, e.g. call cli%init(..., ignore_unknown_clas=.true.) A dedicated test has been added, i.e. `src/test/flap_test_ignore_unknown_clas.f90` Side effects: Nothing. Fully backward compatible.
Target: eec946759d9e0a03c5e260825096a76c7b2cf1af
Directory: 56e33015e5834e09c056a2ae33ff0f284da9b195
back to top