Expand description
ralph tutorial command: Clap types and handler.
Responsibilities:
- Parse CLI arguments for the tutorial command.
- Determine interactive vs non-interactive mode.
- Delegate to the tutorial command implementation.
Not handled here:
- Actual tutorial phase logic (see
crate::commands::tutorial). - Sandbox creation (see
crate::commands::tutorial::sandbox).
Structs§
Functions§
- handle_
tutorial - Handle the tutorial command.