cmd2
cmd2 copied to clipboard
Completely ignore redirection characters leaving the line "as is"
Hi all,
I am wondering how disable any parsing of redirection commands.
I am aware of the feature allow_redirection. If set to False, redirection symbols and whatever follows are ignored.
However, here, I'd like to achieve another behavior that is "a redirection symbols (and follow-ups) are passed over as-is" to the do_command line.
Any strategy?
Thanks