|
|
@ -8,7 +8,6 @@ use quicli::prelude::*; |
|
|
|
use wasm_pack::Cli; |
|
|
|
use wasm_pack::Cli; |
|
|
|
use wasm_pack::command::{init_command, pack_command, publish_command, Command}; |
|
|
|
use wasm_pack::command::{init_command, pack_command, publish_command, Command}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
main!(|args: Cli, log_level: verbosity| match args.cmd { |
|
|
|
main!(|args: Cli, log_level: verbosity| match args.cmd { |
|
|
|
Command::Init { path, scope } => { |
|
|
|
Command::Init { path, scope } => { |
|
|
|
init_command(path, scope)?; |
|
|
|
init_command(path, scope)?; |
|
|
|