Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-01 00:30:22 +00:00
parent 3ae0930896
commit d8f280b652
20 changed files with 423 additions and 10 deletions

33
tldr/opencode-uninstall Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# opencode uninstall
> Uninstall OpenCode and remove all related files.
> More information: <https://opencode.ai/docs/cli#uninstall>.
- Uninstall OpenCode:
`opencode uninstall`
- Uninstall and keep configuration files:
`opencode uninstall {{[-c|--keep-config]}}`
- Uninstall and keep session data and snapshots:
`opencode uninstall {{[-d|--keep-data]}}`
- Show what would be removed without removing:
`opencode uninstall --dry-run`
- Skip confirmation prompts:
`opencode uninstall {{[-f|--force]}}`
- Display help:
`opencode uninstall {{[-h|--help]}}`