cloud-hypervisor/vhost_user_block
Alyssa Ross deb4ad5e23 vhost_user_*: mark --*-backend as required
I don't think the min_values(1) was doing anything, since
takes_value(true) was already set, and after this change I still get
an error if I try to supply the argument with no value.

But the unwrap below would fail if the argument wasn't supplied at
all.  By setting required(true) we get a nice message from clap
instead.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
2021-08-04 17:17:40 +02:00
..
src vhost_user_*: mark --*-backend as required 2021-08-04 17:17:40 +02:00
Cargo.toml build: bump libc from 0.2.97 to 0.2.98 2021-07-08 04:15:16 +00:00