Merge pull request #121 from data-pup/remove-not-implemented-flags

Removed 'NOT IMPLEMENTED' flags from commands that are now implemented.
master
ashley williams 7 years ago committed by GitHub
commit 97d5a04845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/command.rs

@ -17,7 +17,7 @@ use PBAR;
#[derive(Debug, StructOpt)]
pub enum Command {
#[structopt(name = "init")]
/// 🐣 initialize a package.json based on your compiled wasm
/// 🐣 initialize a package.json based on your compiled wasm!
Init {
path: Option<String>,
#[structopt(long = "scope", short = "s")]

Loading…
Cancel
Save