Replies: 1 comment 2 replies
-
I have a similar problem with negative numbers that are args being interpreted as option |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a function that accepts a parameter and a list of parameters, however sometimes the list of parameters includes arguments that start with "--" which causes Typer to interpret them as options. Here's the code for reference:
Is there a way to prevent Typer from checking these parameters as options and instead treat them as part of the list of parameters? Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions