mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
17 lines
399 B
Markdown
17 lines
399 B
Markdown
# choco feature
|
|
|
|
> Interactúa con características de Chocolatey.
|
|
> Más información: <https://docs.chocolatey.org/en-us/choco/commands/feature/>.
|
|
|
|
- Mostrar una lista de características disponibles:
|
|
|
|
`choco feature list`
|
|
|
|
- Habilitar una característica:
|
|
|
|
`choco feature enable {{[-n|--name]}} {{nombre}}`
|
|
|
|
- Deshabilitar una característica:
|
|
|
|
`choco feature disable {{[-n|--name]}} {{nombre}}`
|