mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 23:27:17 +00:00
format
This commit is contained in:
parent
8ec0bf6e30
commit
8024b08f93
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pub fn execute(args: &ArgMatches) -> Result<()> {
|
||||||
if let Some(ignore) = args.value_of("ignore") {
|
if let Some(ignore) = args.value_of("ignore") {
|
||||||
match ignore {
|
match ignore {
|
||||||
"git" => builder.create_gitignore(true),
|
"git" => builder.create_gitignore(true),
|
||||||
_ => builder.create_gitignore(false)
|
_ => builder.create_gitignore(false),
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
println!("\nDo you want a .gitignore to be created? (y/n)");
|
println!("\nDo you want a .gitignore to be created? (y/n)");
|
||||||
|
|
Loading…
Add table
Reference in a new issue