mix ussd.graph (Ussd v0.2.0)

Copy Markdown View Source
mix ussd.graph MyApp.Ussd.States.Welcome
mix ussd.graph MyApp.Ussd.States.Welcome --output flow.mmd

Walks transition/2 targets from the given state, rendering a stateDiagram-v2 Mermaid diagram. States reached only through a back/1 transition are collapsed into a single "Previous state" node, matching how the session's back-stack actually behaves at runtime.