cinst, cuninst, clist: add page (#5817)
This commit is contained in:
parent
8707d05925
commit
91c2a2714f
|
|
@ -0,0 +1,7 @@
|
|||
# cinst
|
||||
|
||||
> This command is an alias of `choco install`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr choco install`
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# clist
|
||||
|
||||
> This command is an alias of `choco list`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr choco list`
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# cuninst
|
||||
|
||||
> This command is an alias of `choco uninstall`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr choco uninstall`
|
||||
Loading…
Reference in New Issue