We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
1 parent a70b2fe commit 4ab78aeCopy full SHA for 4ab78ae
cli/src/main.rs
@@ -577,7 +577,7 @@ impl Init {
577
let file_types = |name: &str| {
578
Input::<String>::with_theme(&ColorfulTheme::default())
579
.with_prompt("File types (space-separated)")
580
- .default(format!(".{name}"))
+ .default(name.to_string())
581
.interact_text()
582
.map(|ft| {
583
let mut set = HashSet::new();
0 commit comments