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
It is a tiny bug but it is annoying.
I have the version:
$ http-prompt --version 2.1.0
I write a example without --auth :
--auth
$ http-prompt --spec=http://127.0.0.1:8080/v2/api-docs Version: 2.1.0 https://127.0.0.1:8080/> Goodbye! mdtrooper@laptop:~$
And it is with --auth :
$ http-prompt --spec=http://127.0.0.1:8080/v2/api-docs --auth=foo:bar Version: 2.1.0 http://--auth=foo:bar> Goodbye! mdtrooper@speccy:~$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is a tiny bug but it is annoying.
I have the version:
I write a example without
--auth
:And it is with
--auth
:The text was updated successfully, but these errors were encountered: