Read registry settings from the global config file.
Type | Intent | Optional | 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. |