|
|
@ -60,8 +60,8 @@ pub struct Cli { |
|
|
|
#[structopt(long = "verbose", short = "v", parse(from_occurrences))] |
|
|
|
#[structopt(long = "verbose", short = "v", parse(from_occurrences))] |
|
|
|
pub verbosity: u8, |
|
|
|
pub verbosity: u8, |
|
|
|
|
|
|
|
|
|
|
|
#[structopt(long = "quiet")] |
|
|
|
#[structopt(long = "quiet", short = "q")] |
|
|
|
/// Silences wasm-pack warnings.
|
|
|
|
/// No output printed to stdout
|
|
|
|
pub quiet: bool, |
|
|
|
pub quiet: bool, |
|
|
|
|
|
|
|
|
|
|
|
#[structopt(long = "log-level", default_value = "info")] |
|
|
|
#[structopt(long = "log-level", default_value = "info")] |
|
|
|