Documentation
¶
Overview ¶
Package show implements the ctx recall show subcommand.
It displays detailed information about a specific parsed session.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the recall show subcommand.
Returns:
- *cobra.Command: Command for showing session details
func Run ¶
Run handles the recall show command.
Displays detailed information about a session including metadata, token usage, tool usage summary, and optionally the full conversation.
Parameters:
- cmd: Cobra command for output stream
- args: session ID or slug to show (ignored if latest is true)
- latest: if true, show the most recent session
- full: if true, show complete conversation instead of preview
- allProjects: if true, search sessions from all projects
Returns:
- error: non-nil if session not found or scanning fails
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.