Skip to content
New issue

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

The command line param --auth is showed as url #208

Open
mdtrooper opened this issue Oct 14, 2021 · 0 comments
Open

The command line param --auth is showed as url #208

mdtrooper opened this issue Oct 14, 2021 · 0 comments

Comments

@mdtrooper
Copy link

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 :

$ 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:~$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant