Enhancement Request
Currently, FCLI actions support the following output handling types, which direct output to either stdout or stderr:
suppress: Suppresses all output.
collect: Captures the output into an action variable.
show: Displays the output on stdout or stderr.
It would be useful to introduce an additional output handling type showAndCollect (or collectAndShow) that both displays the output in the console and simultaneously collects it into an action variable.