<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2/argparse_custom.py, branch 0.9.18</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 unit tests for CompletionError</title>
<updated>2019-09-23T19:08:31+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-23T19:08: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=b4fa4c9946146d9499de7d3cb28377b3d537a5e7'/>
<id>b4fa4c9946146d9499de7d3cb28377b3d537a5e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CompletionError exception class</title>
<updated>2019-09-20T20:35:17+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-20T20:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1a34f350f7846ba1ed1397f862a2cba4fa7272b0'/>
<id>1a34f350f7846ba1ed1397f862a2cba4fa7272b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed arg_tokens to a dictionary</title>
<updated>2019-09-16T19:36:39+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-16T19:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e6585d155810f9afb2a246a71f939e1c0d511694'/>
<id>e6585d155810f9afb2a246a71f939e1c0d511694</id>
<content type='text'>
Including tokens from parent parsers in arg_tokens when subcommands are used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Including tokens from parent parsers in arg_tokens when subcommands are used
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation</title>
<updated>2019-09-13T21:07:24+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-13T21:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=cdc0efa08e61f35a84c6af48d8a466c63dc50669'/>
<id>cdc0efa08e61f35a84c6af48d8a466c63dc50669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AutoCompleter only passes parsed_args to choices/completer functions that have an argument called 'parsed_args'</title>
<updated>2019-08-27T04:24:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-27T04:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=33adefc98a07c8d2d0617076de29c52dbd3b4e19'/>
<id>33adefc98a07c8d2d0617076de29c52dbd3b4e19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AutoCompleter now passes parsed_args to all choices and completer functions</title>
<updated>2019-08-22T17:22:53+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-22T17:22: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=6af36b1753e0f70597def2210bd2b1279a44c188'/>
<id>6af36b1753e0f70597def2210bd2b1279a44c188</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-08-19T20:10:15+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-19T20:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=422f90a279b3b7af0f5621e176c197680963a8d8'/>
<id>422f90a279b3b7af0f5621e176c197680963a8d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added capability for an argparse-based command's completer/choice functions to receive a namespace of all</title>
<updated>2019-08-13T19:12:31+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-13T19:12: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=71367fb6e945414efc5927bbd9792dae35b8b3f9'/>
<id>71367fb6e945414efc5927bbd9792dae35b8b3f9</id>
<content type='text'>
arguments parsed up to token being completed. This will make it easier to have a previous argument's value
affect what data is tab-completed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arguments parsed up to token being completed. This will make it easier to have a previous argument's value
affect what data is tab-completed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added functions to manually add choice providing functions to an argparse action.</title>
<updated>2019-08-05T21:27:23+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-08-05T21:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=978dcbc027a21d2ad152ac2c4b9f761f8e769fbb'/>
<id>978dcbc027a21d2ad152ac2c4b9f761f8e769fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raising exception when a choices or completer function is used for an argument that takes no values</title>
<updated>2019-07-29T22:02:57+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-07-29T22:02: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=89ba3fac402f4c121ebfe38699348d9fd198fd9a'/>
<id>89ba3fac402f4c121ebfe38699348d9fd198fd9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
