summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-29 16:09:54 -0600
committerkotfu <kotfu@kotfu.net>2018-04-29 16:09:54 -0600
commit1297be25d68b0c8e511b819c906f0d5e0a942606 (patch)
treefbb21d880fa77b1eef1d2708b985598bd8d23a6a /README.md
parent39e74f6b60b8701b14da29693f909ab407242f73 (diff)
downloadcmd2-git-1297be25d68b0c8e511b819c906f0d5e0a942606.tar.gz
Really get rid of the inputFrom stuff, including documentation
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index beca7581..e58d912c 100755
--- a/README.md
+++ b/README.md
@@ -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()``