pub fn run_with_args<M: FullMachine>(
    system: M,
    args: impl Iterator<Item = String>
)