pub fn schedule_graph_dot(schedule: &App) -> String
Expand description

Formats the schedule into a dot graph.

By default, the Startup subschedule is not shown, to enable it use schedule_graph_dot_styled and enable ScheduleGraphStyle::hide_startup_schedule.