We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Python version: 3.9
your operating system (and terminal type of needed): macOS Terminal
starcli version: 2.17.0
any suggestions to the cause of the problem? (if possible)
Running starcli (with options --lang python -L list raises a value error:
--lang python -L list
"ValueError: 'default' must be a list when 'multiple' is true."
I think because of:
@click.option( "--topic", "-t", default="", multiple=True, # <- this value help="Search by topic, can be specified multiple times",
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I'm having the same issue. I'm on archlinux with python 3.9.6. I can't run with starcli -h to get the options.
starcli -h
Oopsie forgot to close
No branches or pull requests
Description
Python version: 3.9
your operating system (and terminal type of needed): macOS Terminal
starcli version: 2.17.0
any suggestions to the cause of the problem? (if possible)
Running starcli (with options
--lang python -L list
raises a value error:"ValueError: 'default' must be a list when 'multiple' is true."
I think because of:
The text was updated successfully, but these errors were encountered: