pub async fn run_share(state_dir: &Path, include_demo_gif: bool) -> Result<()>Expand description
Run the share command.
Reads the latest transcript, formats it as a Markdown gist, and uploads it.
If include_demo_gif is true, adds a placeholder for a demo GIF at the top.