babeltrace-cfg: add --base-params and --reset-base-params options
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 22 Nov 2016 09:33:24 +0000 (04:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:07 +0000 (14:09 -0400)
commitb07ffa2844a6ce3d03945b90aa8bc1df3a664e00
treec7870afe6091f084ada2d12fb05fccec3505fca5
parentf685129c346e580bfaa4f555c4c80b9b63e490ea
babeltrace-cfg: add --base-params and --reset-base-params options

The new --base-params option sets the current "base parameters" of
the command-line parsing context. Any --source or --sink which comes
after this option is initialized with those parameters. The --params
now has the effect of extending (patching) the current instance
parameters.

The base parameters can be changed at any place in the command line
with the --base-params option (can be repeated).

The new --reset-base-params option resets the base parameters to
an empty map where it is placed in the command line (can be
repeated).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-cfg.c
This page took 0.024971 seconds and 4 git commands to generate.