[DOCS] CLI Reference for `--teleport` misses optional session-id argument
Documentation Type
Missing documentation (feature not documented)
Documentation Location
Section/Topic
- CLI flags table (specifically the
--teleportentry)
Current Documentation
The CLI Reference table currently lists the flag as:
| --teleport | Resume a web session on claude.ai in your local terminal | claude --teleport |
What's Wrong or Missing?
The documentation in the CLI Reference is incomplete. It presents --teleport as a standalone flag that only triggers an interactive picker. However, the "Claude Code on the web" guide explicitly states that the command accepts an optional argument to bypass the picker and resume a specific session.
Conflicting information found at https://code.claude.com/docs/en/claude-code-on-the-web#from-web-to-terminal:
"Using--teleport: From the command line, runclaude --teleportfor an interactive session picker, orclaude --teleport <session-id>to resume a specific session directly."
Suggested Improvement
Update the entry in the CLI reference table to reflect the optional argument.
Suggested Flag column:--teleport [session-id]
Suggested Example column:claude --teleport or claude --teleport <session-id>
Impact
High - Prevents users from using a feature
Additional Context
- Conflicting documentation link: https://code.claude.com/docs/en/claude-code-on-the-web#from-web-to-terminal
- Most other flags in the CLI reference (like
--agentor--model) correctly show their expected arguments; this appears to be an oversight for the teleport feature.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗