<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch ext_test_0_2</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 URL and documentation in preparation for cmd2-ext-test 0.2.0 release</title>
<updated>2020-09-11T05:31:10+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-09-10T16:16: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=fae15c405b494d01388c71c1d2a7a7cdb6c7c898'/>
<id>fae15c405b494d01388c71c1d2a7a7cdb6c7c898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation about set command</title>
<updated>2020-09-09T05:09:42+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-09T05:09: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=d25534abb4c1dac20defe52959040c43ba525d2f'/>
<id>d25534abb4c1dac20defe52959040c43ba525d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #994 from python-cmd2/format_flags</title>
<updated>2020-09-09T04:37:15+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-09T04:37: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=631ed8a5c4f3a6884b5b3398b14998db48b73d40'/>
<id>631ed8a5c4f3a6884b5b3398b14998db48b73d40</id>
<content type='text'>
Group flags in argparse tab completion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Group flags in argparse tab completion</pre>
</div>
</content>
</entry>
<entry>
<title>argparse tab completion now groups flag names which run the same action. Optional flags are wrapped in brackets</title>
<updated>2020-09-09T04:06:18+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-05T07:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=11117ce9f88782ef1fca3e28d2dbb19df8865610'/>
<id>11117ce9f88782ef1fca3e28d2dbb19df8865610</id>
<content type='text'>
like it is done in argparse usage text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like it is done in argparse usage text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added type hint</title>
<updated>2020-09-05T06:58:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-05T06:58: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=a8d3ab2f64c3f8d76e687ecffdfd2211fc61b158'/>
<id>a8d3ab2f64c3f8d76e687ecffdfd2211fc61b158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #993 from python-cmd2/completion_hints</title>
<updated>2020-09-05T06:35:07+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-05T06:35: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=6bd2f2cb5315795d037de349507a641c733481af'/>
<id>6bd2f2cb5315795d037de349507a641c733481af</id>
<content type='text'>
Completion hint enhancements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Completion hint enhancements</pre>
</div>
</content>
</entry>
<entry>
<title>Added always_show_hint setting</title>
<updated>2020-09-05T06:14:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-04T05:02: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=e6a9a1c972e5e6195278966c6b134a2f450465e1'/>
<id>e6a9a1c972e5e6195278966c6b134a2f450465e1</id>
<content type='text'>
Fixed issue where flag names weren't always sorted correctly in argparse tab completion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed issue where flag names weren't always sorted correctly in argparse tab completion
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed type hints in example code</title>
<updated>2020-09-04T03:04:54+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-04T03:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1054dda76b87d9f7f77311d8d804c1017b668996'/>
<id>1054dda76b87d9f7f77311d8d804c1017b668996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #990 from python-cmd2/on_registered</title>
<updated>2020-09-04T02:52:50+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-04T02:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e7bf6c193e7adb55986af730eb5bbd9facb182f7'/>
<id>e7bf6c193e7adb55986af730eb5bbd9facb182f7</id>
<content type='text'>
Added callbacks to CommandSet</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added callbacks to CommandSet</pre>
</div>
</content>
</entry>
<entry>
<title>Documented CommandSet event handlers</title>
<updated>2020-09-04T02:26:08+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-04T02:26: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=85ad31905780b19d2c16965110eda7577c057708'/>
<id>85ad31905780b19d2c16965110eda7577c057708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
