<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/examples, branch 0.9.11</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 examples and documentation pertaining to disabling commands</title>
<updated>2019-03-10T06:39:36+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-03-10T06:39: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=647f0727cf8e1c345d7b1e778e1132479f2168fb'/>
<id>647f0727cf8e1c345d7b1e778e1132479f2168fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in example</title>
<updated>2019-03-10T05:33:42+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-03-10T05:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=102b6c121ccaa645fff02be0928a7342746232b8'/>
<id>102b6c121ccaa645fff02be0928a7342746232b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for when with_argument_list is called with preserve_quotes optional argument</title>
<updated>2019-03-05T01:40:28+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-03-05T01:40: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=28e44aac56ea21be8aa3bea5d93325d0edd836be'/>
<id>28e44aac56ea21be8aa3bea5d93325d0edd836be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the examples to illustrate sorting CompletionItems</title>
<updated>2019-02-28T03:41:53+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-28T03:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=53c41ea5ff6eda6bba94938c16505e4db10c46b6'/>
<id>53c41ea5ff6eda6bba94938c16505e4db10c46b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made cmd2_app a positional and required argument of AutoCompleter.</title>
<updated>2019-02-23T18:38:56+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-23T18:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9726e982d6c81619e9355db2d495e9dd1a01578d'/>
<id>9726e982d6c81619e9355db2d495e9dd1a01578d</id>
<content type='text'>
Deleted bash tab completion support.
AutoCompleter no longer assumes CompletionItem results are sorted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deleted bash tab completion support.
AutoCompleter no longer assumes CompletionItem results are sorted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed examples to reflect that settable doesn't need to be updated before calling init()</title>
<updated>2019-02-21T03:56:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-21T03:56: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=6cb882e3420fef1497955c9b4c7f0d8674e1557d'/>
<id>6cb882e3420fef1497955c9b4c7f0d8674e1557d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed examples</title>
<updated>2019-02-08T16:07:31+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-08T16:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=174cd134866772f6b030fb44c3ea649a5aea66cb'/>
<id>174cd134866772f6b030fb44c3ea649a5aea66cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where calling exit() or quit() from a pyscript would close the whole console</title>
<updated>2019-02-06T08:55:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-06T08: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=dc6590f39395aa479d3ea1f445b1fc960e264e71'/>
<id>dc6590f39395aa479d3ea1f445b1fc960e264e71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed comment</title>
<updated>2019-02-06T08:48:14+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-02-06T08:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=7d93134ff806a1adb2af55343dc69dcddb4c110c'/>
<id>7d93134ff806a1adb2af55343dc69dcddb4c110c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added help summary and a separate label for commands and topics</title>
<updated>2018-12-21T18:00:41+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-12-21T18:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c62a0ac89b241a2d4e168354c09883917e3aac07'/>
<id>c62a0ac89b241a2d4e168354c09883917e3aac07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
