1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:26:04 +02:00

choco-feature: add German translation

This commit is contained in:
LukBukkit 2020-10-12 18:36:01 +02:00 committed by Starbeamrainbowlabs
parent 293ebe1cb5
commit 08c70201d7

View file

@ -0,0 +1,16 @@
# choco feature
> Interagiere mit Funktionen, die das Verhalten von Chocolatey verändern.
> Mehr Informationen: <https://chocolatey.org/docs/commands-feature>.
- Gib eine Liste von verfügbaren Funktionen aus:
`choco feature list`
- Aktiviere eine Funktion:
`choco feature enable --name {{name}}`
- Deaktiviere eine Funktion:
`choco feature disable --name {{name}}`