Get list of setting values.
Declared in <common/args.h>
[[requires_capability(0x7f2e381abd48)]]
std::vector<common::SettingsValue>
GetSettingsList(std::string const& arg) const;
The list of values specified for the setting.
| Name | Description |
|---|---|
| arg | The setting name to get (e.g. "-foo"). |