logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kyua config — Inspects the values of the loaded configuration

Description

       The  kyuaconfig  command  provides  a way to list all defined configuration variables and their current
       values.

       This command is intended to help you in resolving the  values  of  the  configuration  variables  without
       having to scan over configuration files.

       In  the  default  synopsis  form  (no arguments), the command prints all configuration variables.  If any
       arguments are provided, the command will only print the requested variables.

Exit Status

       The kyuaconfig command returns 0 on success or 1 if any of the specified  configuration  variables  does
       not exist.

       Additional exit codes may be returned as described in kyua(1).

Name

       kyua config — Inspects the values of the loaded configuration

See Also

kyua(1)

Debian                                          September 9, 2012                                 KYUA-CONFIG(1)

Synopsis

kyuaconfig [variable1..variableN]

See Also