Hi! Just decovered that RUN command [function](https://github.com/singularityhub/singularity-cli/blob/2b222339382e92f9b93357b3bc81d6558e4efdcd/spython/main/run.py#L110) has no `stream_type` argument, however EXEC function [has it](https://github.com/singularityhub/singularity-cli/blob/2b222339382e92f9b93357b3bc81d6558e4efdcd/spython/main/execute.py#L119). Could it be added or there are some reasons not to do it? Actually I can make a PR to help with it if tests are working well
Hi!
Just decovered that RUN command function has no
stream_typeargument, however EXEC function has it.Could it be added or there are some reasons not to do it?
Actually I can make a PR to help with it if tests are working well