dm_arg_has Function

public function dm_arg_has(name, short) result(has)

Returns .true. if argument of given name is passed without value.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Name of command-line argument.

character(len=1), intent(in), optional :: short

Short name.

Return Value logical


Calls

proc~~dm_arg_has~~CallsGraph proc~dm_arg_has dm_arg_has proc~dm_arg_parse dm_arg_parse proc~dm_arg_has->proc~dm_arg_parse proc~dm_ascii_escape dm_ascii_escape proc~dm_arg_parse->proc~dm_ascii_escape proc~dm_error_out dm_error_out proc~dm_arg_parse->proc~dm_error_out proc~dm_error_out->proc~dm_ascii_escape proc~dm_error_message dm_error_message proc~dm_error_out->proc~dm_error_message proc~dm_stop dm_stop proc~dm_error_out->proc~dm_stop c_exit c_exit proc~dm_stop->c_exit

Called by

proc~~dm_arg_has~~CalledByGraph proc~dm_arg_has dm_arg_has proc~dm_arg_read dm_arg_read proc~dm_arg_read->proc~dm_arg_has