1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-03 22:59:07 +02:00

Document main and app_state

This commit is contained in:
mo8it
2024-04-29 17:01:47 +02:00
parent 7f73219041
commit b6f40f2ec8
3 changed files with 91 additions and 74 deletions

View File

@@ -15,7 +15,7 @@ pub enum DevCommands {
New {
/// The path to create the project in
path: PathBuf,
/// Don't initialize a Git repository in the project directory
/// Don't try to initialize a Git repository in the project directory
#[arg(long)]
no_git: bool,
},