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:
parent
293ebe1cb5
commit
08c70201d7
1 changed files with 16 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue