Skip to content

Commit

Permalink
It's confusing to know what the question actually is
Browse files Browse the repository at this point in the history
Reordering to have the question just before the >true / >false prompt. Also adding a blank line between the explanation and the question for easy visibility
  • Loading branch information
nseguias authored Nov 30, 2022
1 parent 231956d commit dbfe246
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cargo-generate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ exclude = [".circleci/config.yml"]

[placeholders.minimal]
type = "bool"
prompt = """Would you like to generate the minimal template?
The full template includes some example logic in case you're new to CosmWasm smart contracts.
The minimal template assumes you already know how to write your own logic, and doesn't get in your way."""
prompt = """The full template includes some example logic in case you're new to CosmWasm smart contracts.
The minimal template assumes you already know how to write your own logic, and doesn't get in your way.
Would you like to generate the minimal template?"""
default = false

[conditional.'minimal']
Expand Down

0 comments on commit dbfe246

Please sign in to comment.