@ -1,3 +1,4 @@
use PBAR;
use bindgen;
use build;
use console::style;
@ -6,9 +7,8 @@ use failure::Error;
use indicatif::HumanDuration;
use manifest;
use npm;
use readme;
use quicli::prelude::*;
use std::fs;
use std::result;
use std::time::Instant;
@ -96,5 +96,4 @@ fn set_crate_path(path: Option<String>) -> String {
};
crate_path
}
@ -34,4 +34,3 @@ pub struct Cli {
#[structopt(long = "verbose", short = "v", parse(from_occurrences))]
pub verbosity: u8,
@ -6,7 +6,7 @@ extern crate quicli;
use wasm_pack::Cli;
use wasm_pack::command::{Command, init_command, pack_command, publish_command};
use wasm_pack::command::{init_command, pack_command, publish_command, Command};
main!(|args: Cli, log_level: verbosity| match args.cmd {