Function
get
Gets a single opaque config value set at the given key if it exists
get: func(key: string) -> result<option<string>, config-error>;Gets a single opaque config value set at the given key if it exists
get: func(key: string) -> result<option<string>, config-error>;