Thomas Venriès 358426cb1c fix: No need to format string with unused 'arg' named argument (#484)
The fmt::format() function looks for the "{arg}" named argument
in the given "format" string which does not exist. It will fail
if the string contains any {...} curled-brace substring.

Consequently, any "on-click*" option's command line containing for
instance substring like "${var}" or "awk '{...}'" will crash the program.

Signed-off-by: Thomas Venriès <thomas.venries@gmail.com>
2019-10-16 22:39:45 +02:00
..
2019-09-25 09:32:22 +01:00
2019-06-28 14:16:09 +02:00
2019-05-24 09:49:09 +02:00
2019-09-25 08:47:33 +02:00
2019-06-15 14:57:52 +02:00