mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-31 01:41:27 +08:00
84ac970dc7
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
403 B
403 B
opencode session
Manage OpenCode sessions. More information: https://opencode.ai/docs/cli#session.
- List sessions:
opencode session list
- List the last N sessions in a specific format:
opencode session list {{[-n|--max-count]}} {{10}} --format {{table|json}}
- Delete a specific session:
opencode session delete {{session_id}}
- Display help:
opencode session {{[-h|--help]}}