krunvm icon indicating copy to clipboard operation
krunvm copied to clipboard

Documentation might be outdated for -v

Open dsilvasc opened this issue 2 years ago • 1 comments

The manual says -v takes a number:

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:

error: Found argument '5' which wasn't expected, or isn't valid in this context

dsilvasc avatar Oct 16 '23 15:10 dsilvasc

From the looks of it, it isn't even implemented. https://github.com/containers/krunvm/blob/main/src/main.rs#L153

RossComputerGuy avatar May 24 '24 22:05 RossComputerGuy