Open
Description
Context
With the additiona of the new --pipe
function it is clear that there is a use-case for outputting some of the logging of the HEAR
command to the console in interactive mode (e.g. when using --use-std
)
Plan
WIP
Somewhere in the multicast.hear.MCastHEAR.doStep
function, we should add parsing for the --use-std
flag, passed as kwargs['is_std']
as already done in multicast.recv.MCastRECV.dostep
:
Lines 677 to 682 in 794f02f
However, both should be changes to only check is_tty
based on a new state of headless or interactive, which will also need to be implemented.
Metadata
Metadata
Assignees
Type
Projects
Status
To do