use do_nothing::Procedure; fn main() { Procedure::new("a proecedure", "with a description") .add_manual_step("a step", "with instructions") .add_manual_step("another step", "with different instructions") .execute() }