diff --git a/src/main.rs b/src/main.rs index 0c26474..afc7355 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,6 @@ use quicli::prelude::*; use wasm_pack::Cli; use wasm_pack::command::{init_command, pack_command, publish_command, Command}; - main!(|args: Cli, log_level: verbosity| match args.cmd { Command::Init { path, scope } => { init_command(path, scope)?;