summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-20 16:14:24 -0700
committerPete Higgins <pete@peterhiggins.org>2020-05-20 16:14:24 -0700
commitd3a211c037017c994d519edcccc450d155d4249f (patch)
tree289cc250f59acc761aa3d25f9dd7331c01fa69c8
parentc62400dc63b7b2e34f2e82e1e601387a400ba0af (diff)
downloadmixlib-shellout-d3a211c037017c994d519edcccc450d155d4249f.tar.gz
Remove an inaccurate statement from the README.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 69bbbf2..9299557 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,6 @@
Provides a simplified interface to shelling out while still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc.
-No means for passing input to the subprocess is provided.
-
## Example
### Simple Shellout
Invoke find(1) to search for .rb files: