You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you configure aliases, if the configuration you are using is multi word, it does not accept - in the middle.
For example, 'p': 'http-port' would not work for http-port alias instead you will need to use 'p': 'httpport'.
I believe it should accept proper form for the aliases.
The text was updated successfully, but these errors were encountered:
When you configure aliases, if the configuration you are using is multi word, it does not accept
-
in the middle.For example,
'p': 'http-port'
would not work forhttp-port
alias instead you will need to use'p': 'httpport'
.I believe it should accept proper form for the aliases.
The text was updated successfully, but these errors were encountered: