<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs/transcript.rst, branch 0.9.14</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Updated documentation</title>
<updated>2019-06-15T04:55:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-15T04:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8b7f234041a8842abcc740d20d2b45840a1d28a1'/>
<id>8b7f234041a8842abcc740d20d2b45840a1d28a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now consistently use -t flag for transcript generation for both history and load commands</title>
<updated>2019-03-19T23:39:03+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-03-19T23:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=0cdc9119de361e76d665c9cab71085fe40677331'/>
<id>0cdc9119de361e76d665c9cab71085fe40677331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added load -r flag for recording a transcript based on a script file</title>
<updated>2019-03-19T00:45:36+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-03-19T00:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=3928910d6e14699515601ecee23e201d4b7309d1'/>
<id>3928910d6e14699515601ecee23e201d4b7309d1</id>
<content type='text'>
The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed pipeing to piping</title>
<updated>2018-02-27T13:53:34+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-02-27T13:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c46e0a690ce9ad72e2c6e3e6f06d63df3261f833'/>
<id>c46e0a690ce9ad72e2c6e3e6f06d63df3261f833</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved the documentation regarding poutput, particularly with transcripts</title>
<updated>2018-02-24T05:22:39+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-02-24T05:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=414e34e01efeaa0153dd1d6f9c1231761d9a3d6c'/>
<id>414e34e01efeaa0153dd1d6f9c1231761d9a3d6c</id>
<content type='text'>
The documentation didn't make it very clear that the poutput() method should be used for generating output from cmd2 commands.  This PR attempts to fix that.

This closes #275.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation didn't make it very clear that the poutput() method should be used for generating output from cmd2 commands.  This PR attempts to fix that.

This closes #275.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation in regards to automated transcript generation</title>
<updated>2018-02-01T01:20:33+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-02-01T01:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5467afd44f505402cda86e81fc2e75e8ab11057d'/>
<id>5467afd44f505402cda86e81fc2e75e8ab11057d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify warnings about whitespace</title>
<updated>2017-08-22T17:32:29+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=6ff0def7c35a29031ac3ca7e8ba580e971633c6c'/>
<id>6ff0def7c35a29031ac3ca7e8ba580e971633c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation edits and revisions</title>
<updated>2017-08-22T16:03:03+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T16:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=07b0ca8fc36ca66ad2a2a5887f08064b9e6cb812'/>
<id>07b0ca8fc36ca66ad2a2a5887f08064b9e6cb812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise and clean up documentation</title>
<updated>2017-08-22T04:30:28+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T04:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=eeba1f984f43e516b3d9a1ccc8da6d19003f9bc2'/>
<id>eeba1f984f43e516b3d9a1ccc8da6d19003f9bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex implementation complete. Still a few bugs.</title>
<updated>2017-08-22T02:39:21+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-22T02:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=208fd69238c97a83c373343573e9f19c59124adc'/>
<id>208fd69238c97a83c373343573e9f19c59124adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
