format
This commit is contained in:
parent
8ec0bf6e30
commit
8024b08f93
|
@ -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…
Reference in New Issue