Skip to main content

status_command

Function status_command 

Source
pub fn status_command(runner: &Runner) -> Result<()>
Expand description

Display status for the current project.

Shows the current run state including branch, current story, iteration count, and timestamps.

§Arguments

  • runner - The Runner instance to query status from

§Returns

  • Ok(()) on success
  • Err(Autom8Error) if reading state fails