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

[CLI] Adding users - parameters are not honored #173

Closed
thereisnotime opened this issue May 16, 2021 · 2 comments
Closed

[CLI] Adding users - parameters are not honored #173

thereisnotime opened this issue May 16, 2021 · 2 comments
Milestone

Comments

@thereisnotime
Copy link

There should be a check if -u/-p length is bigger than 0 before printing "Username:" when declaring the variable here:

let username = get_input("Username: ")?;

Otherwise this blocks automation like so:
https://i.imgur.com/34mI4ME.png

@jasonish
Copy link
Owner

Thanks. Will fix this in the next few days.

jasonish added a commit that referenced this issue May 17, 2021
GitHub issue:
#173

The arguments provided with --username and --password were
not being used.
@jasonish jasonish added this to the 0.14.0 milestone May 17, 2021
@jasonish
Copy link
Owner

Fixed in master branch. New development builds will be uploaded shortly.

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

2 participants