1 2 3 4 5 6
// Allowed because it makes code more readable. #![allow(clippy::bool_comparison, clippy::match_like_matches_macro)] fn main() -> Result<(), anyhow::Error> { wasmer_deploy_cli::run() }