get_registry_settings Subroutine

public subroutine get_registry_settings(table, global_settings, error)

Read registry settings from the global config file.

Arguments

Type IntentOptional Attributes Name
type(toml_table), intent(inout), target :: table

The [registry] subtable from the global config file.

type(fpm_global_settings), intent(inout) :: global_settings

The global settings which can be filled with the registry settings.

type(error_t), intent(out), allocatable :: error

Error handling.