cmd2 icon indicating copy to clipboard operation
cmd2 copied to clipboard

Completely ignore redirection characters leaving the line "as is"

Open acorbe opened this issue 1 year ago • 3 comments

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

acorbe avatar Jun 15 '24 16:06 acorbe