1 2 3 4 5 6 7
//! Binary entry for `browser-automation-cli`. //! //! Delegates to [`browser_automation_cli::run`]. fn main() -> std::process::ExitCode { browser_automation_cli::run() }