Non-identifier string for argument with kwargs #2433
davetapley
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really wanted this:
@click.argument('backup.zip', type=Path)
But the
.
makes it an invalid identifier:Error: Missing argument 'BACKUP.ZIP'
.So I did this:
And Guido approves:
Beta Was this translation helpful? Give feedback.
All reactions