We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be a check if -u/-p length is bigger than 0 before printing "Username:" when declaring the variable here:
evebox/src/commands/config/users.rs
Line 110 in efeabc0
Otherwise this blocks automation like so: https://i.imgur.com/34mI4ME.png
The text was updated successfully, but these errors were encountered:
Thanks. Will fix this in the next few days.
Sorry, something went wrong.
config/users: take parameters from command line
55b3e79
GitHub issue: #173 The arguments provided with --username and --password were not being used.
Fixed in master branch. New development builds will be uploaded shortly.
No branches or pull requests
There should be a check if -u/-p length is bigger than 0 before printing "Username:" when declaring the variable here:
evebox/src/commands/config/users.rs
Line 110 in efeabc0
Otherwise this blocks automation like so:
https://i.imgur.com/34mI4ME.png
The text was updated successfully, but these errors were encountered: