[tor-commits] [stem/master] Also note that --run can invoke files
atagar at torproject.org
atagar at torproject.org
Sat Apr 29 19:14:13 UTC 2017
commit b18806c1e909d97e97471154f6e598d925422760
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Apr 29 12:21:16 2017 -0700
Also note that --run can invoke files
Oops, forgot to include one of the capabilities.
---
docs/_static/prompt/run_events_pipe.png | Bin 21586 -> 21577 bytes
docs/_static/prompt/run_file.png | Bin 0 -> 34485 bytes
docs/change_log.rst | 2 +-
docs/tutorials/down_the_rabbit_hole.rst | 6 +++++-
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/_static/prompt/run_events_pipe.png b/docs/_static/prompt/run_events_pipe.png
index 605df64..9057d6e 100644
Binary files a/docs/_static/prompt/run_events_pipe.png and b/docs/_static/prompt/run_events_pipe.png differ
diff --git a/docs/_static/prompt/run_file.png b/docs/_static/prompt/run_file.png
new file mode 100644
index 0000000..6ff90cc
Binary files /dev/null and b/docs/_static/prompt/run_file.png differ
diff --git a/docs/change_log.rst b/docs/change_log.rst
index e988c61..f8985f9 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -67,7 +67,7 @@ The following are only available within Stem's `git repository
* **Interpreter**
- * Added a '--run [command or path]' argument to invoke specific commands (:trac:`21541`)
+ * Added a `'--run [command or path]' argument <tutorials/down_the_rabbit_hole.html#running-individual-commands>`_ to invoke specific commands (:trac:`21541`)
.. _version_1.5:
diff --git a/docs/tutorials/down_the_rabbit_hole.rst b/docs/tutorials/down_the_rabbit_hole.rst
index 7dac01c..06d6401 100644
--- a/docs/tutorials/down_the_rabbit_hole.rst
+++ b/docs/tutorials/down_the_rabbit_hole.rst
@@ -128,7 +128,11 @@ commands...
.. image:: /_static/prompt/run_events.png
-... and pipe its output to other locations...
+... pipe its output to other destinations...
.. image:: /_static/prompt/run_events_pipe.png
+... and invoke files with a series of commands...
+
+.. image:: /_static/prompt/run_file.png
+
More information about the tor-commits
mailing list