With this code, the program exits successfully: ```rust fn main() { cmd_lib::run_fun!(false | true).unwrap(); } ```