Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(ArgParser), | public | :: | parser | ||||
type(StringUnlimitedMap), | public | :: | options |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ArgParser), | intent(inout) | :: | parser | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FargparseCLI_Type), | intent(inout) | :: | fargparseCLI | |||
type(MAPL_CapOptions), | intent(out) | :: | cap_options | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
type :: FargparseCLI_Type type(ArgParser) :: parser type(StringUnlimitedMap) :: options contains procedure, nopass :: add_command_line_options procedure :: fill_cap_options end type FargparseCLI_Type