<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests, branch 0.8.3</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Updated version number of release</title>
<updated>2018-04-09T16:16:13+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-04-09T16:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=98301d03570f3e2e407c1397641bf2b04eb480ac'/>
<id>98301d03570f3e2e407c1397641bf2b04eb480ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to load empty or non-existent startup script</title>
<updated>2018-04-02T19:57:28+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-04-02T19:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=299c6ea19923b4ab16403e8b67fee96690966348'/>
<id>299c6ea19923b4ab16403e8b67fee96690966348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added alias parse_line unit test</title>
<updated>2018-04-02T16:55:49+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-04-02T16:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=880bdd1e33f6a11d441ae287cb062c7e72984d81'/>
<id>880bdd1e33f6a11d441ae287cb062c7e72984d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to query individual alias</title>
<updated>2018-04-02T16:42:09+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-04-02T16:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=91a861dc35367a48d8a4cc33ac133f49bc185538'/>
<id>91a861dc35367a48d8a4cc33ac133f49bc185538</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow an alias name to match a command name</title>
<updated>2018-03-31T07:48:31+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-31T07:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=0724d38c9efe36400b776454d01d081f3db7ee63'/>
<id>0724d38c9efe36400b776454d01d081f3db7ee63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary sorting and duplicate removal from the completers since all</title>
<updated>2018-03-31T04:49:42+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-31T04:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=cba3dd190b7d8cdcc5a2a0dbf25a0aa2d754df90'/>
<id>cba3dd190b7d8cdcc5a2a0dbf25a0aa2d754df90</id>
<content type='text'>
results from these functions are returned to complete() which already does these things.

These changes also provide better examples of what is required to write a completer and what isn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
results from these functions are returned to complete() which already does these things.

These changes also provide better examples of what is required to write a completer and what isn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified how to add tab completion to a subcommand</title>
<updated>2018-03-28T06:14:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-28T06:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d78dc46a1a767427baa2b76215e235a7fec28b9a'/>
<id>d78dc46a1a767427baa2b76215e235a7fec28b9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a case where display_matches wasn't being set. Added unit tests.</title>
<updated>2018-03-27T07:00:10+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-27T07:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=0ef0e9bde9d32728d6aabdbb7964dafe6e83efb7'/>
<id>0ef0e9bde9d32728d6aabdbb7964dafe6e83efb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized some unit tests</title>
<updated>2018-03-27T06:12:06+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-27T06:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ce7612051978393ca9eb19dc6ad1e7f003e7cc4d'/>
<id>ce7612051978393ca9eb19dc6ad1e7f003e7cc4d</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 unit tests</title>
<updated>2018-03-27T04:51:08+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-27T04:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a16cbafb6d627462531c0f6495fcabfe9e283604'/>
<id>a16cbafb6d627462531c0f6495fcabfe9e283604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
