]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Move option assignment debugging from vshCommandParse to vshCmdOptAssign
authorPeter Krempa <pkrempa@redhat.com>
Wed, 17 Apr 2024 12:06:38 +0000 (14:06 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 25 Apr 2024 12:13:19 +0000 (14:13 +0200)
commitc27070f738e3f24238a3bdc186ddec40911f2284
tree4dd2ec9b087982c84ab8a9cc2764cf6f4f0fc75d
parent166fe3c7b5fb26e60a64d73ad66f3fac7a9c4026
vsh: Move option assignment debugging from vshCommandParse to vshCmdOptAssign

As we now have a centralized point to assign values to options move the
debugging logic there.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/vsh.c