Replies: 2 comments 6 replies
-
I think it is by convention that arguments on any command line interface are always lowercased? Also, this doesn't work for
It would error out with
|
Beta Was this translation helpful? Give feedback.
-
After the preceding discussion I don't think my original question was clear enough in its intent. The questions is whether there is a way to have a command line |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Typer converts argument to lower case under the hood, this results in an error when using camelCase.
To reproduce:
Operating System
Linux
Operating System Details
No response
Typer Version
0.16.0
Python Version
Python 3.12.9
Additional Context
This doesn't happen for
typer.Option
.Beta Was this translation helpful? Give feedback.
All reactions