//! Process entry point for the installed `toko-feed` operator CLI.
usetoko_feed_cli::run_from_env;// Run the operator CLI and report failures with stable shell exit semantics.
fnmain(){ifletErr(error)=run_from_env(){if error.is_broken_pipe(){return;}eprintln!("{error}");std::process::exit(error.exit_code());}}