https://github.com/szaghi/FLAP
Revision 6cfd931fce021b2097ca34f404f744d5dec587b6 authored by Stefano Zaghi on 21 February 2023, 10:02:35 UTC, committed by Stefano Zaghi on 21 February 2023, 10:02:35 UTC
Add optional nature to CLA values

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.
2 parent s 6d15d2e + 65c0834
History
Tip revision: 6cfd931fce021b2097ca34f404f744d5dec587b6 authored by Stefano Zaghi on 21 February 2023, 10:02:35 UTC
Merge tag 'vv1.2.6' into develop
Tip revision: 6cfd931
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