babeltrace-cfg: add the --path option
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 22 Nov 2016 20:57:56 +0000 (15:57 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:07 +0000 (14:09 -0400)
commitad6a19bd28bc5c31c4a03468ee5eb80a81c6443f
tree65a2d60a21d67c41d8360c2798790633366f8d2f
parentc93133184e24b573c88481652157c1aee75d1679
babeltrace-cfg: add the --path option

--path=PATH is a shortcut for --params=path=PATH. The main use
case is to use tilde expansion when using babeltrace from a
shell:

    -P ~/my-traces/...

is way more convenient than:

    -p path=\"$HOME/my-traces/...\"

In Bash and Zsh, tilde expansion does not happen when the tilde
character is not the first of its word.

--plugin-path looses its short option (-P). I believe --path will
be used more than --plugin-path.

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.024519 seconds and 4 git commands to generate.