1 2 3 4 5 6
use rsdos::cli::run_cli; fn main() -> anyhow::Result<()> { let args = std::env::args_os().collect::<Vec<_>>(); run_cli(&args) }