Girocco/CLIUtil.pm: join progress message arguments with ' '
commitf81001bfdb26c9dd03ce1197e81c29d98d3c368d
authorKyle J. McKay <mackyle@gmail.com>
Sun, 7 Mar 2021 23:44:25 +0000 (7 16:44 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 7 Mar 2021 23:44:25 +0000 (7 16:44 -0700)
treef027a4505559ac61243d8f2fead79bdeb67a1291
parentf4ff0a72b1851702a74b61da117b953c0ce9df2d
Girocco/CLIUtil.pm: join progress message arguments with ' '

If more than one message argument is passed to the
Girocco::CLIUtil::Progress->emitfh method, join them together
with a ' ' and use that as the message.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/CLIUtil.pm