[DOCS] CLI Reference for `--teleport` misses optional session-id argument

Resolved 💬 4 comments Opened Jan 19, 2026 by coygeek Closed Feb 27, 2026

Documentation Type

Missing documentation (feature not documented)

Documentation Location

Section/Topic

  • CLI flags table (specifically the --teleport entry)

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, run claude --teleport for an interactive session picker, or claude --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

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗