flag_value Interface

interface


Called by

interface~~flag_value~~CalledByGraph interface~flag_value command_line_t%flag_value program~get_command_line_flag_value get_command_line_flag_value program~get_command_line_flag_value->interface~flag_value

private module function flag_value(flag)

Arguments

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

Return Value character(len=:),allocatable

Description

result = { the value passed immediately after a command-line flag if the flag is present or { an empty string otherwise.