claudewheel v0.20.1 /c launch
Edit

Reference for the c launch command — usage, flags, arguments, and examples for the launch subcommand of the c CLI.

#c launch

start the interactive TUI launcher to select a profile, model, and directory

#Flags

Flags
NameShortTypeDefaultEnvDescription
--cont-cboolcontinue the most recent conversation in the current directory
--resume-rstr__unset__resume a specific session by its UUID, or pass empty string to open the picker
--print-prompt-pstr__unset__run in non-interactive print mode with the given prompt
--pickerboolopen the interactive session resume picker to browse and select a session
--profilestrpreset the Profile segment to this value, skipping TUI selection for it
--githubstrpreset the GitHub account segment to this value, skipping TUI selection for it
--modelstrpreset the Model segment to this value (e.g. opus, sonnet), skipping TUI selection
--directorystrpreset the Directory segment to this path, skipping TUI selection for it
--mcpstrpreset the MCP mode segment to this value, skipping TUI selection for it
--permissionsstrpreset the Permissions segment to this value, skipping TUI selection for it
--set-sstrset any segment value as KEY=VALUE (e.g. -s version=2.1.119); repeatable