1 2 3 4 5 6 7
use std::process::ExitCode; use hypha::cli; fn main() -> ExitCode { cli::execute(cli::parse_or_exit()) }