<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2/cmd2.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>AutoCompleter now handles mutually exclusive groups</title>
<updated>2019-09-27T20:30:39+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-27T20:30: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=8043b56ecbffa30139b4c540c9bea77b642bafea'/>
<id>8043b56ecbffa30139b4c540c9bea77b642bafea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug introduced by get_names() looking at self instead of self.__class__.</title>
<updated>2019-09-24T17:08:33+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-24T17:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=23f6c824de7c6981c9e06307caa667bcd7d542dc'/>
<id>23f6c824de7c6981c9e06307caa667bcd7d542dc</id>
<content type='text'>
Help functions for hidden and disabled commands were not being filtered out as help topics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Help functions for hidden and disabled commands were not being filtered out as help topics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in_script() and in_pyscript() to cmd2.Cmd class</title>
<updated>2019-09-24T02:18:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-24T02:18: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=265e598594b650936730279506e9f072adf2ea01'/>
<id>265e598594b650936730279506e9f072adf2ea01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gave startup_script a default of '' instead of None</title>
<updated>2019-09-20T20:47:04+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-20T20:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=4eff58c7c6fc0cd598812aafcbab96a465d0175a'/>
<id>4eff58c7c6fc0cd598812aafcbab96a465d0175a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer printing all help text for alias and macro when the subcommand is omitted. Instead allow argparse to handle the error.</title>
<updated>2019-09-17T14:04:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-17T14:04: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=17eefdeb934525772885ff31f80a0d5a016a5b52'/>
<id>17eefdeb934525772885ff31f80a0d5a016a5b52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into completion_state</title>
<updated>2019-09-16T19:43:54+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-16T19:43: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=89fa7fb81f9e12cdabd10009b34b673bd1dadc14'/>
<id>89fa7fb81f9e12cdabd10009b34b673bd1dadc14</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>Modified get_names() method to allow dynamically adding do_* commands to instances at runtime</title>
<updated>2019-09-15T18:14:49+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-09-15T18:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=55c9e12635c9988e25dc687754486721982a7b7f'/>
<id>55c9e12635c9988e25dc687754486721982a7b7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'completion_state' of github.com:python-cmd2/cmd2 into completion_state</title>
<updated>2019-09-13T20:25:44+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-13T20:25: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=8acd840d0920519af4a862648827b8db0b72af76'/>
<id>8acd840d0920519af4a862648827b8db0b72af76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change parsed_args to arg_tokens</title>
<updated>2019-09-13T20:23:35+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-09-13T20:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d6643affac0ebf963bfcd9c6fa5ac92cd9bd5cf4'/>
<id>d6643affac0ebf963bfcd9c6fa5ac92cd9bd5cf4</id>
<content type='text'>
Including the token being completed in arg_tokens
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Including the token being completed in arg_tokens
</pre>
</div>
</content>
</entry>
</feed>
