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
The prefs change server command autolabjs prefs changeserver [ --type ms --host <host> --port <port>]
is supposed to optionally take host or port parameters. But if we don't specify the port, the command prompts for both the host and the port.
Steps to Reproduce
Install autolabcli
Run the command: autolabjs prefs changeserver [ --type ms --host <host> --port <port>]
Observe the first prompt string.
Expected behavior: [What you expect to happen]
Only port value should be prompted for.
Actual behavior: [What actually happens]
The host value is prompted for again.
Reproduces how often: [What percentage of the time does it reproduce?]
Every time.
Additional Information
This is not a high priority now. We need to get through other high priority items before we attempt this issue.
The text was updated successfully, but these errors were encountered:
Description
The prefs change server command
autolabjs prefs changeserver [ --type ms --host <host> --port <port>]
is supposed to optionally take host or port parameters. But if we don't specify the port, the command prompts for both the host and the port.
Steps to Reproduce
autolabjs prefs changeserver [ --type ms --host <host> --port <port>]
Expected behavior: [What you expect to happen]
Only port value should be prompted for.
Actual behavior: [What actually happens]
The host value is prompted for again.
Reproduces how often: [What percentage of the time does it reproduce?]
Every time.
Additional Information
This is not a high priority now. We need to get through other high priority items before we attempt this issue.
The text was updated successfully, but these errors were encountered: