With the merge of PR #370, Cmd2.redirector is no longer honored: the redirector symbol is currently hard-coded as '>'. The documentation still states that you can set Cmd2.redirector to something like '->' and have the parsing logic honor that change. We need to either fix the code to match the documentation, or deprecate the attribute and fix the documentation to say that you can't change the redirector.
Related to #392.