<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs, branch 0.9.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>Added warning to documentation about how help_foo won't be called for command foo if it uses an argparse decorator</title>
<updated>2018-10-06T23:27:08+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-10-06T23:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d0654e136ae19837d8659b064205115ce59f940f'/>
<id>d0654e136ae19837d8659b064205115ce59f940f</id>
<content type='text'>
Also:
- Renamed argparse_example.py to decorator_example.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Renamed argparse_example.py to decorator_example.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Added documentation stating that parsers passed to argparse decorators need to be unique</title>
<updated>2018-10-06T23:07:00+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-10-06T23:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e018924a28443e8e6f608d9b9796b2b826653490'/>
<id>e018924a28443e8e6f608d9b9796b2b826653490</id>
<content type='text'>
Also:
- Modified table_display.py to demonstrate a workaround
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Modified table_display.py to demonstrate a workaround
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'macro' into argparse_conversion</title>
<updated>2018-09-27T05:40:57+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-09-27T05:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1b2545798373c3416d482c0e3c8cf11f62606624'/>
<id>1b2545798373c3416d482c0e3c8cf11f62606624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented macros</title>
<updated>2018-09-27T05:20:48+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-09-27T05:20: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=e60206b92e465b13cb4e4c9ac6a8a73da595a514'/>
<id>e60206b92e465b13cb4e4c9ac6a8a73da595a514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'macro' into argparse_conversion</title>
<updated>2018-09-26T18:37:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-09-26T18:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8aeb29cf1fd027093b87b8f9f9c640cf50595db7'/>
<id>8aeb29cf1fd027093b87b8f9f9c640cf50595db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First steps in converting all commands to argparse</title>
<updated>2018-09-26T06:53:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-09-26T06:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=341873618852bca9e3d803ee8e704c04cbba831e'/>
<id>341873618852bca9e3d803ee8e704c04cbba831e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged alert_printer stuff from master and resolved conflicts</title>
<updated>2018-09-26T03:12:45+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-09-26T03:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=2caa254bac711bb174384d6892e4961c86de1ae8'/>
<id>2caa254bac711bb174384d6892e4961c86de1ae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addressing code review comments</title>
<updated>2018-09-25T23:10:46+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-09-25T23:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=39e43d6329eb517ac58f95a8ca37e7e489d446cb'/>
<id>39e43d6329eb517ac58f95a8ca37e7e489d446cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more examples and documentation</title>
<updated>2018-09-25T21:57:52+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-09-25T21:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ecbaf000ca0384b5caafb0d79725a127e65bb2d5'/>
<id>ecbaf000ca0384b5caafb0d79725a127e65bb2d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged master and resolved conflicts in CHANGELOG</title>
<updated>2018-09-25T18:15:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-09-25T18:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d3c8efdc5a9fe8a57139f19270aee1be794ec299'/>
<id>d3c8efdc5a9fe8a57139f19270aee1be794ec299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
