choco-feature: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
293ebe1cb5
commit
08c70201d7
16
pages.de/windows/choco-feature.md
Normal file
16
pages.de/windows/choco-feature.md
Normal 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}}`
|
Reference in New Issue
Block a user