Skip to content

Commit df3cc2a

Browse files
committed
🩹 fix-simple: avoid asking for the CLI's name when the user doesn't want one
1 parent 3162c52 commit df3cc2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎copier.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ with_typer_cli:
127127

128128
cli_name:
129129
type: str
130+
when: "{{ with_typer_cli }}"
130131
help: Set the CLI's name
131132
default: "{{ project_name }}"
132133
validator: >-

0 commit comments

Comments
 (0)