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
Currently a command connects to the API and requires authentication, even if only asked for help: .env/bin/python -m bananas_cli upload -h
.env/bin/python -m bananas_cli upload -h
The text was updated successfully, but these errors were encountered:
Fix: do not try to authenticate when requesting help (OpenTTD#4)
d6079d3
9728fa2
5138022
Fix OpenTTD#4: Do not authenticate unless required
4a87073
No branches or pull requests
Currently a command connects to the API and requires authentication, even if only asked for help:
.env/bin/python -m bananas_cli upload -h
The text was updated successfully, but these errors were encountered: