mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
fondue: add page (#2421)
This commit is contained in:
committed by
Muhammad Falak R Wani
parent
d5ae9f93c4
commit
350b8dd048
@@ -0,0 +1,15 @@
|
||||
# fondue
|
||||
|
||||
> A command line installer for optional Windows features.
|
||||
|
||||
- Enable a specific Windows feature:
|
||||
|
||||
`fondue /enable-feature:{{feature}}`
|
||||
|
||||
- Hide all output messages to the user:
|
||||
|
||||
`fondue /enable-feature:{{feature}} /hide-ux:all`
|
||||
|
||||
- Specify a caller process name for error reporting:
|
||||
|
||||
`fondue /enable-feature:{{feature}} /caller-name:{{name}}`
|
||||
Reference in New Issue
Block a user