-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
- 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.