mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 17:58:18 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display a specific source and its API key:
|
||||
|
||||
`choco apikey --source "{{source_url}}"`
|
||||
`choco apikey {{[-s|--source]}} "{{source_url}}"`
|
||||
|
||||
- Set an API key for a source:
|
||||
|
||||
`choco apikey --source "{{source_url}}" --key "{{api_key}}"`
|
||||
`choco apikey {{[-s|--source]}} "{{source_url}}" {{[-k|--api-key]}} "{{api_key}}"`
|
||||
|
||||
- Remove an API key for a source:
|
||||
|
||||
`choco apikey --source "{{source_url}}" --remove`
|
||||
`choco apikey {{[-s|--source]}} "{{source_url}}" --remove`
|
||||
|
||||
Reference in New Issue
Block a user