Skip to main content

Module tutorial

Module tutorial 

Source
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§

TutorialArgs

Functions§

handle_tutorial
Handle the tutorial command.