We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7384fa commit 591347eCopy full SHA for 591347e
src/command/run.rs
@@ -24,7 +24,7 @@ pub(crate) struct Run {
24
#[arg(long, conflicts_with = "npm")]
25
bundled_npm: bool,
26
27
- /// Set the custon pnpm version
+ /// Set the custom pnpm version
28
#[arg(long, value_name = "version", conflicts_with = "no_pnpm")]
29
pnpm: Option<String>,
30
0 commit comments