Raise error insufficient number of argument values passed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(command_line_argument), | intent(inout) | :: | self |
CLA data. |
||
character(len=*), | intent(in), | optional | :: | pref |
Prefixing string. |
subroutine raise_error_nargs_insufficient(self, pref) !< Raise error insufficient number of argument values passed. class(command_line_argument), intent(inout) :: self !< CLA data. character(*), optional, intent(in) :: pref !< Prefixing string. call self%errored(pref=pref, error=ERROR_NARGS_INSUFFICIENT) endsubroutine raise_error_nargs_insufficient