Browse Source

Fixed --help docs

pull/36/head
Andrea Ciliberti 2 years ago
parent
commit
a0fcbbc57e
  1. 2
      src/command.rs

2
src/command.rs

@ -124,7 +124,7 @@ pub struct Test {
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
pub struct New { pub struct New {
/// If set, the built executable will not be sent to the device to run it. /// Path of the new project.
#[arg(required = true)] #[arg(required = true)]
pub path: String, pub path: String,

Loading…
Cancel
Save