Skip to content

Commit 97d5a04

Browse files
Merge pull request #121 from data-pup/remove-not-implemented-flags
Removed 'NOT IMPLEMENTED' flags from commands that are now implemented.
2 parents 90b605a + 9cecbfc commit 97d5a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use PBAR;
1717
#[derive(Debug, StructOpt)]
1818
pub enum Command {
1919
#[structopt(name = "init")]
20-
/// 🐣 initialize a package.json based on your compiled wasm
20+
/// 🐣 initialize a package.json based on your compiled wasm!
2121
Init {
2222
path: Option<String>,
2323
#[structopt(long = "scope", short = "s")]

0 commit comments

Comments
 (0)