cli Module


Used by

  • module~~cli~~UsedByGraph module~cli cli program~main main program~main->module~cli

Subroutines

public subroutine read_cli_arg(arg_index, arg)

Read a cli arg at a given index and return it as a string (character array)

Arguments

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

The index of the cli arg to try and read

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

The string into which to store the cli arg