Merge pull request #1305 from lynn/version-command

Restore --version command
master
Jesper Håkansson 2 years ago committed by GitHub
commit 8baa0b9e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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