diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-29 16:09:54 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-29 16:09:54 -0600 |
commit | 1297be25d68b0c8e511b819c906f0d5e0a942606 (patch) | |
tree | fbb21d880fa77b1eef1d2708b985598bd8d23a6a /README.md | |
parent | 39e74f6b60b8701b14da29693f909ab407242f73 (diff) | |
download | cmd2-git-1297be25d68b0c8e511b819c906f0d5e0a942606.tar.gz |
Really get rid of the inputFrom stuff, including documentation
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Main Features - Python scripting of your application with ``pyscript`` - Run shell commands with ``!`` - Pipe command output to shell commands with `|` -- Redirect command output to file with `>`, `>>`; input from file with `<` +- Redirect command output to file with `>`, `>>` - Bare `>`, `>>` with no filename send output to paste buffer (clipboard) - `py` enters interactive Python console (opt-in `ipy` for IPython console) - Option to display long output using a pager with ``cmd2.Cmd.ppaged()`` |