From: Francis Deslauriers Date: Thu, 10 Oct 2019 14:50:57 +0000 (-0400) Subject: cli: ensure queries always receive a map X-Git-Tag: v2.0.0-rc1~40 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=abb3ec0723e65c1c624178312367dff584cec214;hp=abb3ec0723e65c1c624178312367dff584cec214;p=babeltrace.git cli: ensure queries always receive a map Note that with this commit it's possible to have multiple `--params` options for the same query object. Before, that the last `--params` would overwrite any previous ones. Signed-off-by: Francis Deslauriers Change-Id: Id63354024a4464cc65ddab2e2e0a168c36dc377d Reviewed-on: https://review.lttng.org/c/babeltrace/+/2164 Reviewed-by: Simon Marchi Tested-by: jenkins ---