-
I'm using click 8.1.3 to parse my command,and my cli.py is like this:
But when I try to read cache files from a directory such as
It seems that the program still uses This is my project link,and this is my StackOverflow problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You haven't provided enough information to fix the problem. Please edit your question to include a minimal reproducible example. Additionally, the traceback indicates an error in Pandas, it's not clear from what you've shown why you think it's a problem with Click. |
Beta Was this translation helpful? Give feedback.
-
Now I know, you shouldn't set default parameter in business code, rather write in |
Beta Was this translation helpful? Give feedback.
Now I know, you shouldn't set default parameter in business code, rather write in
@click.option(default=)
.