-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
act argument in add( ) subroutine #68
Comments
@wadudmiah Hi, I am not sure to follow your question. The argument
For more details about the definition of CLA refer to the wiki https://github.com/szaghi/FLAP/wiki/CLI-Method-add Let me know if this help, or give me more details. See you soon. |
Moreover, the value stored can be of any kind: it is parsed as a string and returned on your demand with the type and kind you want, e.g. |
@szaghi thanks for your help on this! much appreciated. |
Hello,
In your example code, there is an actual argument called "act" with a value "store":
call cli%add(switch='--string', &
switch_ab='-s', &
help='a string', &
required=.true., &
act='store', &
error=error)
What exactly is this argument for and what the possible values and their meanings?
Thanks in advance,
Wadud.
The text was updated successfully, but these errors were encountered: