mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
choco-config: add page (#23355)
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user