Skip to content

Commit

Permalink
set cli::new default target to nix
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 27, 2024
1 parent e8b4cd6 commit ed35a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ pub struct NewOptions {
#[arg(long)]
pub name: Option<String>,

#[arg(long, ignore_case = true, default_value = "erlang", help = template_doc())]
#[arg(long, ignore_case = true, default_value = "nix", help = template_doc())]
pub template: new::Template,

/// Skip git initialization and creation of external/{stdlib,gleeunit}, .gitignore,
Expand Down

0 comments on commit ed35a3a

Please sign in to comment.