Skip to content

Commit 9521b65

Browse files
committed
Enable callback for new command
1 parent 5e88cf8 commit 9521b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ impl CargoCmd {
363363
Self::Build(cmd) => Some(cmd),
364364
Self::Run(cmd) => Some(cmd),
365365
Self::Test(cmd) => Some(cmd),
366+
Self::New(cmd) => Some(cmd),
366367
_ => None,
367368
}
368369
}

0 commit comments

Comments
 (0)