You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when piping the output of a command to a shell command with "|", if the command piped to returns a non-zero value, the cmd2 throws an exception.
Currently, when piping the output of a command to a shell command with "|", if the command piped to returns a non-zero value, the cmd2 throws an exception.
We shouldn't throw an exception in this case.