mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
d729fd8293
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
504 B
504 B
choco config
Manage configuration file settings for Chocolatey. More information: https://docs.chocolatey.org/en-us/choco/commands/config/.
- Display all configuration settings and their values:
choco config list
- Display the value of a specific configuration setting:
choco config get {{setting_name}}
- Set a value for a specific configuration setting:
choco config set {{setting_name}} {{value}}
- Remove a specific configuration setting:
choco config unset {{setting_name}}