Config Get¶
Usage¶
hsconfigget[-h][-x][-r]SECTION[...].VAR[--system | --user | --local | --default]
Description¶
Get configuration option.
If source is not specified; e.g., --local, the output is the merged configuration
from all sources. Use the config which command to see where a specific
option originates from.
Output is pretty-printed using the configured console theme (default: monokai). Colorization is disabled for non-TTY invocations.
Arguments¶
- SECTION[…].VAR
Path to variable (default is entire configuration).
Options¶
--systemLoad from system configuration.
--userLoad from user configuration.
--localLoad from local configuration.
--defaultLoad from default configuration.
-x,--expandExpand variable.
If the special
_envor_evalvariant of the option is present in the configuration, it will expand the environment variable or shell command, respectively.-r,--rawDisable formatting on single value output.