CLI/Clush: Use the program name in OutputHandlers and RunTimer#434
Conversation
Also allow manually-instantiated OutputHandlers to specify an alternate program name. Closes clustershell#433 Signed-off-by: Matt Ezell <ezellma@ornl.gov>
|
I debated whether or not to manually specify I also didn't add a specific test for this change, as the tests really don't belong in |
degremont
left a comment
There was a problem hiding this comment.
Overall looks ok to me. If we decide to move these Handlers to a dedicated package, that's fine as we will have to import all of them here except for OutputHandler so we are probably good for compat.
|
@thiell mind taking a look at this one? Thanks. |
|
Looks good, thanks! |
Also allow manually-instantiated OutputHandlers to specify an alternate program
name.
Closes #433
Signed-off-by: Matt Ezell ezellma@ornl.gov