cri-o/cmd
Daniel J Walsh 04e96d05fc validateFlags command line options to make sure the user entered a value
When a user enters a CLI with a StringFlags or StringSliceFlags and does not add
a value the CLI mistakently takes the next option and uses it as a value.

This usually ends up with an error like not enough options or others.  Some times
it could also succeed, with weird results.  This patch looks for any values that
begin with a "-" and return an error.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-04 09:36:29 +00:00
..
crio *: allow to not use pivot_root 2017-09-26 11:35:00 -04:00
crioctl client: Add crio client package 2017-09-25 11:59:40 -07:00
kpod validateFlags command line options to make sure the user entered a value 2017-10-04 09:36:29 +00:00