pinspect query env_var - return configuration defined variables.¶
Synopsis¶
pinspect query env_var [-h] [--debug] [-q] [-v] [--color BOOLEAN]
[--eapi ATOM_KLS] [--use USE]
[--domain DOMAIN | --domain-at-root DOMAIN]
variable [variable ...]
Positional Arguments¶
- variable¶
variable to inspect
Options¶
- --eapi ATOM_KLS¶
limit all operations to just what the given EAPI supports.
- --use USE¶
override the use flags used for transititive USE deps- dev-lang/python[threads=] for example
- --domain DOMAIN¶
custom pkgcore domain to use for this operation
- --domain-at-root DOMAIN¶
specify the domain to use via its root path
Base Options¶
- -h, --help¶
Show this help message and exit. To get more information see the related man page.
- --debug¶
Enable debug checks and show verbose debug output.
- -q, --quiet¶
Suppress non-error, informational messages.
- -v, --verbose¶
Increase the verbosity of various output.
- --color BOOLEAN¶
Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.