cbtool icon indicating copy to clipboard operation
cbtool copied to clipboard

Specifying multiple comma separated values does not work with cb

Open el8 opened this issue 5 years ago • 1 comments

Trying to do something like: ./cb cldalter vm_templates fio=size:32gb,imageids:1,imageid1:00726830 results in an error:

############################# Executing command "imageids:1" (specified on the command line)

*** Unknown syntax: imageids:1

############################# Executing command "imageid1:15101" (specified on the command line)

*** Unknown syntax: imageid1:15101

while calling the identical command after entering ./cb works fine.

el8 avatar Feb 13 '20 15:02 el8

you're right, this is a bug. Right now, we are using comma to separate between multiple "initial commands" when cb is invoked. I need to think of a better solution for it. Thanks for the report.

maugustosilva avatar Feb 13 '20 17:02 maugustosilva