mirror of
https://github.com/fanzeyi/cargo-play
synced 2024-11-13 22:47:06 +00:00
parent
5f21b3a062
commit
67c5d5426e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pub struct Options {
|
||||||
group = "modegroup",
|
group = "modegroup",
|
||||||
possible_values = &["test", "check"]
|
possible_values = &["test", "check"]
|
||||||
)]
|
)]
|
||||||
/// Speicfy run mode
|
/// Specify run mode
|
||||||
pub mode: Option<String>,
|
pub mode: Option<String>,
|
||||||
|
|
||||||
/// Run code in test mode (alias to `--mode test`)
|
/// Run code in test mode (alias to `--mode test`)
|
||||||
|
|
Loading…
Reference in a new issue