diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-11-03 14:17:29 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-11-03 14:17:29 -0500 |
commit | f626c98934000e3afc6e2e99f61396e56b23dc0c (patch) | |
tree | 90b9f01ea6e85bf0d221b1c405246558b098124c /docs/features/transcripts.rst | |
parent | 721cb0fa2e96222fe0b181d5adff8fa41465da70 (diff) | |
download | cmd2-git-f626c98934000e3afc6e2e99f61396e56b23dc0c.tar.gz |
Created a new documentation section on "Output redirection and pipes"
Also:
- Moved existing output redirection documentation from "Generating Output" section there
- Significantly expanded upon this
- Improved documentation on Command Scripts
- Added missing setting to Settings documentation section
Diffstat (limited to 'docs/features/transcripts.rst')
-rw-r--r-- | docs/features/transcripts.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/transcripts.rst b/docs/features/transcripts.rst index fe074cfa..9f524e0a 100644 --- a/docs/features/transcripts.rst +++ b/docs/features/transcripts.rst @@ -153,8 +153,8 @@ the path instead of specifying it verbatim, or we can escape the slashes:: This could make the actual data generated by your app different than the text you pasted into the transcript, and it might not be readily obvious why the transcript is not passing. Consider using - :ref:`features/generating_output:Output Redirection` to the clipboard or to - a file to ensure you accurately capture the output of your command. + :ref:`features/redirection:Output Redirection and Pipes` to the clipboard or + to a file to ensure you accurately capture the output of your command. If you aren't using regular expressions, make sure the newlines at the end of your transcript exactly match the output of your commands. A common cause |