mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 18:35:46 +02:00

Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
16 lines
368 B
Markdown
16 lines
368 B
Markdown
# choco feature
|
|
|
|
> Interactúa con características de Chocolatey.
|
|
> Más información: <https://chocolatey.org/docs/commands-feature>.
|
|
|
|
- Mostrar una lista de características disponibles:
|
|
|
|
`choco feature list`
|
|
|
|
- Habilitar una característica:
|
|
|
|
`choco feature enable --name {{nombre}}`
|
|
|
|
- Deshabilitar una característica:
|
|
|
|
`choco feature disable --name {{nombre}}`
|