mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 19:43:11 +00:00
27 lines
495 B
Plaintext
27 lines
495 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# choco
|
|
|
|
> The Chocolatey package manager.
|
|
> Some subcommands such as `install` have their own usage documentation.
|
|
> More information: <https://docs.chocolatey.org/en-us/choco/commands/>.
|
|
|
|
- Execute a Chocolatey command:
|
|
|
|
`choco {{command}}`
|
|
|
|
- Display help:
|
|
|
|
`choco {{[-h|--help]}}`
|
|
|
|
- Display help for a specific command:
|
|
|
|
`choco {{command}} {{[-h|--help]}}`
|
|
|
|
- Display version:
|
|
|
|
`choco --version`
|