<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/examples/python_scripting.py, branch 1.3.5</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>Marked with_arparser_and_unknown_args deprecated and consolidated</title>
<updated>2020-08-04T19:24:53+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-04T17:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1a82b37b6c23490b1d9127095e3ee4f2db21a85b'/>
<id>1a82b37b6c23490b1d9127095e3ee4f2db21a85b</id>
<content type='text'>
implementation as an option to with_argparser instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementation as an option to with_argparser instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update scripting docs. Closes #765.</title>
<updated>2020-02-29T01:22:25+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2020-02-29T01:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c7eeeaa804822594dc2188def17b8e149dbd7a44'/>
<id>c7eeeaa804822594dc2188def17b8e149dbd7a44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated python scripting exmaple to illustrate how</title>
<updated>2020-02-24T22:02:00+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-02-24T21:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ec7b442eff9f6488509d43b6ae2e902fcdb79ddf'/>
<id>ec7b442eff9f6488509d43b6ae2e902fcdb79ddf</id>
<content type='text'>
stdout/stderr is automatically captured in CommandResult during python scripting.
Fixes #898
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stdout/stderr is automatically captured in CommandResult during python scripting.
Fixes #898
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhauling tab completion examples</title>
<updated>2020-02-12T20:47:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-02-12T20:47: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=191f94abda1c4d565ea5b2dd1bd66e346db3b51b'/>
<id>191f94abda1c4d565ea5b2dd1bd66e346db3b51b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed locals_in_py to self_in_py</title>
<updated>2020-01-28T03:49:34+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-01-28T03:49: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=415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0'/>
<id>415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0</id>
<content type='text'>
This more accurately reflects what it controls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This more accurately reflects what it controls
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor update to embedded python shells docs</title>
<updated>2019-11-04T03:48:05+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-11-04T03:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=7440079ab74b58c7809318fa951c1326b466e320'/>
<id>7440079ab74b58c7809318fa951c1326b466e320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified ansi color dictionaries and lookup methods</title>
<updated>2019-06-28T03:54:07+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-06-28T03:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f91ccf2bb28531f9d1dee551314cb091fa57df74'/>
<id>f91ccf2bb28531f9d1dee551314cb091fa57df74</id>
<content type='text'>
Also:
- Updated examples that use color to use cmd2.ansi instead of colorama
- Updated tests that use color to use cmd2.ansi instead of colorama
- plumbum_colorspy example shows how to override color lookup functions to use a different color library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Updated examples that use color to use cmd2.ansi instead of colorama
- Updated tests that use color to use cmd2.ansi instead of colorama
- plumbum_colorspy example shows how to override color lookup functions to use a different color library
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced more pexcept uses with perror</title>
<updated>2019-06-25T18:05:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-25T18:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=36c310f9311bc9a48428950a9532934ffc3f45f2'/>
<id>36c310f9311bc9a48428950a9532934ffc3f45f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Commit for Issue 698</title>
<updated>2019-06-25T00:54:15+00:00</updated>
<author>
<name>xNinjaKittyx</name>
<email>sangbumahn@gmail.com</email>
</author>
<published>2019-06-25T00:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e8206628eefe8234cb5118807c6f40e983c2a316'/>
<id>e8206628eefe8234cb5118807c6f40e983c2a316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made last_result public and restored the initialization of it in __init__ and associated comment</title>
<updated>2019-06-24T00:49:27+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-06-24T00:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=652122f3c9907a652a9c3a14581bb2aef90bc996'/>
<id>652122f3c9907a652a9c3a14581bb2aef90bc996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
