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

21
tldr/opencode-import Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# opencode import
> Import session data from a JSON file or URL.
> More information: <https://opencode.ai/docs/cli#import>.
- Import from a JSON file:
`opencode import {{path/to/session}}.json`
- Import from a share URL:
`opencode import {{URL}}`
- Display help:
`opencode import {{[-h|--help]}}`