Config Get#

Usage#

hyper-shell config get [-h]

[-x] SECTION[...].VAR [--system | --user]

Description#

Get configuration option.

If --user/--system not specified, 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.

Options#

--system

Load from system configuration.

--user

Load from user configuration.

-x, --expand

Expand variable.

If the special _env or _eval variant of the option is present in the configuration, it will expand the environment variable or shell command, respectively.