From d99ad5153994c3ae283d1550fca882d1f210930d Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 14 Oct 2018 22:20:04 -0400 Subject: Updated outdated header comment in cmd2.py --- cmd2/cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2') diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 66ae0968..8cc5496f 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -11,7 +11,7 @@ Multi-line commands Special-character shortcut commands (beyond cmd's "@" and "!") Settable environment parameters Parsing commands with `argparse` argument parsers (flags) -Redirection to file with >, >>; input from file with < +Redirection to file or paste buffer (clipboard) with > or >> Easy transcript-based testing of applications (see examples/example.py) Bash-style ``select`` available -- cgit v1.2.1