get_argument_interface Interface

interface
public subroutine get_argument_interface(idx, arg)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: idx

Index of the argument to retrieve, range 0 to argument_counter()

character(len=:), intent(out), allocatable :: arg

Returned argument payload, allocation status is used to signal errors

Description

Interface of the argument getter