<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs, branch custom_command_completer</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 accessor methods for cmd2-specific attributes to the argparse.Action class.</title>
<updated>2021-07-04T04:29:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-07-02T17:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=30998bd236257e54aa245fb8a52805c50ae5882a'/>
<id>30998bd236257e54aa245fb8a52805c50ae5882a</id>
<content type='text'>
Deprecated set_choices_provider() and set_completer() functions in favor of these new methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecated set_choices_provider() and set_completer() functions in favor of these new methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs</title>
<updated>2021-06-25T17:28:48+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-25T17:28: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=81d5ad7cac5dbb55e0c615c1aede6c210142458d'/>
<id>81d5ad7cac5dbb55e0c615c1aede6c210142458d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentParser.</title>
<updated>2021-06-17T18:10:24+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-16T20:14: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=ebb939ba0494648a7eb521023649816cd28be6c4'/>
<id>ebb939ba0494648a7eb521023649816cd28be6c4</id>
<content type='text'>
This is best practice for consistency of appearance between built-in and custom commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is best practice for consistency of appearance between built-in and custom commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed handling of argparse's default options group name which was changed in Python 3.10</title>
<updated>2021-06-17T18:10:24+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-15T17:22: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=edd4cb0f5cfb8160f9788a5df9399b2d67a00676'/>
<id>edd4cb0f5cfb8160f9788a5df9399b2d67a00676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed spelling in doc</title>
<updated>2021-06-14T15:28:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-10T19:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1a47a4bd5ef5b9a647a9adf4ee1c20e2bcc007dd'/>
<id>1a47a4bd5ef5b9a647a9adf4ee1c20e2bcc007dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Sphinx error</title>
<updated>2021-06-14T15:28:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-10T19:43: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=70abc055a1b6dfc848e7ab67faa7157d5f509ec4'/>
<id>70abc055a1b6dfc848e7ab67faa7157d5f509ec4</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 persistent history files</title>
<updated>2021-06-14T15:28:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-06-10T18:32: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=26820cd6b66221d094adb74ceb82974928dbdd91'/>
<id>26820cd6b66221d094adb74ceb82974928dbdd91</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. Added support for calling cmd2.Cmd.run_editor() with no argument.</title>
<updated>2021-05-25T15:25:32+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-05-25T15:25: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=039ef2972e70c0ec7e2db1e47eac2b84815aa1b3'/>
<id>039ef2972e70c0ec7e2db1e47eac2b84815aa1b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed allow_redirection documentation</title>
<updated>2021-05-17T18:53:48+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-05-17T18:37: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=d24f1ad429aab3beb15968d34d77ef757ca4ea6e'/>
<id>d24f1ad429aab3beb15968d34d77ef757ca4ea6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed cmd2.Cmd.quit_on_sigint.</title>
<updated>2021-04-30T17:12:23+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-04-30T16:41: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=79bf87d1e333ea5fe0dfeb61c707eb9bddfd0255'/>
<id>79bf87d1e333ea5fe0dfeb61c707eb9bddfd0255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
