added windows build docker

This commit is contained in:
2023-04-08 22:53:42 -03:00
parent 4fe28faeeb
commit 22bbe4117d
6 changed files with 31 additions and 41 deletions

View File

@@ -45,6 +45,7 @@ fn main() {
project_type = args.project_type.as_ref().unwrap().to_string();
} else {
let selection = Select::with_theme(&ColorfulTheme::default())
.with_prompt("What type is your project?")
.items(&items)
.default(0)
.interact_on_opt(&Term::stderr());