https://github.com/szaghi/FLAP
Revision 6d15d2e307d595271e6f13d0ae6ef74c108a4228 authored by Stefano Zaghi on 21 February 2023, 09:50:04 UTC, committed by Stefano Zaghi on 21 February 2023, 09:50:04 UTC
Try to implement enanchement of issue #100

Now beside 'required' attribute of CLA, there is also the attribute 'val_required':
if set to .false. (it is .true. by default) the switch can be passed
also without a value (even if it has action store) relying on the
default value.

Why:

Obtain a more short/concise CLI expecially for output file names.

Side effects:

Expanded asction store CLAs, the optional nature of value can be
associated with all type CLAs-storee

Added a (long) test to test all the new possibilities of the CLAs-store.
1 parent 6d9920b
History
Tip revision: 6d15d2e307d595271e6f13d0ae6ef74c108a4228 authored by Stefano Zaghi on 21 February 2023, 09:50:04 UTC
Add optional nature to CLA values
Tip revision: 6d15d2e
File Mode Size
.github
cmake
doc
scripts
src
.gitignore -rw-r--r-- 370 bytes
.gitmodules -rw-r--r-- 397 bytes
.travis.yml -rw-r--r-- 1.9 KB
CMakeLists.txt -rw-r--r-- 2.5 KB
CONTRIBUTING.md -rw-r--r-- 3.6 KB
LICENSE.bsd-2.md -rw-r--r-- 1.5 KB
LICENSE.bsd-3.md -rw-r--r-- 1.5 KB
LICENSE.gpl3.md -rw-r--r-- 34.4 KB
LICENSE.mit.md -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 19.5 KB
codecov.yml -rw-r--r-- 53 bytes
fobos -rw-r--r-- 6.0 KB
fpm.toml -rw-r--r-- 2.1 KB
makefile -rw-r--r-- 5.5 KB

README.md

back to top