Restore --version command

master
Lynn 2 years ago
parent e0c5a85dea
commit 91870e497d
  1. 1
      src/lib.rs

@ -50,6 +50,7 @@ pub static PBAR: ProgressOutput = ProgressOutput::new();
/// 📦 ✨ pack and publish your wasm!
#[derive(Debug, Parser)]
#[command(version)]
pub struct Cli {
/// The subcommand to run.
#[clap(subcommand)] // Note that we mark a field as a subcommand

Loading…
Cancel
Save