[BUG] proxyHost
and proxyPort
for some commands can be passed through arguments even tough not being read and used through arguments.
#1667
Labels
bug
Something isn't working
Describe the bug.
While working on the issue #1621 found that the
proxyHost
andproxyPort
can be passed from arguments but are not read or used. More explanation in the comment. The issue is mainly related to 3 commands[asyncapi validate [SPEC-FILE] [PROXYHOST] [PROXYPORT]]
,[asyncapi optimize [SPEC-FILE] [PROXYHOST] [PROXYPORT]]
,[asyncapi convert [SPEC-FILE] [PROXYHOST] [PROXYPORT]]
.Expected behavior
proxyPort
andproxyHost
should only be passed via flags.Screenshots
From docs.
How to Reproduce
Run help for any of the above mentioned 3 commands and they display that
proxyHost
andproxyPort
can be passed via arguments.🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: