File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ use PBAR;
17
17
#[ derive( Debug , StructOpt ) ]
18
18
pub enum Command {
19
19
#[ structopt( name = "init" ) ]
20
- /// π£ initialize a package.json based on your compiled wasm
20
+ /// π£ initialize a package.json based on your compiled wasm!
21
21
Init {
22
22
path : Option < String > ,
23
23
#[ structopt( long = "scope" , short = "s" ) ]
24
24
scope : Option < String > ,
25
25
} ,
26
26
#[ structopt( name = "pack" ) ]
27
- /// π± create a tar of your npm package but don't publish! [NOT IMPLEMENTED]
27
+ /// π± create a tar of your npm package but don't publish!
28
28
Pack { path : Option < String > } ,
29
29
#[ structopt( name = "publish" ) ]
30
- /// π pack up your npm package and publish! [NOT IMPLEMENTED]
30
+ /// π pack up your npm package and publish!
31
31
Publish { path : Option < String > } ,
32
32
}
33
33
You canβt perform that action at this time.
0 commit comments