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
The manual says -v takes a number:
-v
https://github.com/containers/krunvm/blob/v0.2.3/docs/krunvm.1.txt#L39-L40
*-v* _NUM_:: Sets the verbosity level, from the lowest (0) to the highest (5).
but trying -v 5 results in:
-v 5
error: Found argument '5' which wasn't expected, or isn't valid in this context
The text was updated successfully, but these errors were encountered:
From the looks of it, it isn't even implemented. https://github.com/containers/krunvm/blob/main/src/main.rs#L153
Sorry, something went wrong.
No branches or pull requests
The manual says
-v
takes a number:https://github.com/containers/krunvm/blob/v0.2.3/docs/krunvm.1.txt#L39-L40
but trying
-v 5
results in:The text was updated successfully, but these errors were encountered: