Skip to content

Commit

Permalink
choco-feature: add page (tldr-pages#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored and sbrl committed Apr 5, 2018
1 parent 781d06a commit 0ab7d38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/windows/choco-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# choco feature

> Interact with features with Chocolatey.
- Display a list of available features:

`choco feature list`

- Enable a feature:

`choco feature enable --name {{name}}`

- Disable a feature:

`choco feature disable --name {{name}}`

0 comments on commit 0ab7d38

Please sign in to comment.