<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs, branch duplicate_subcommand</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>Fixed issue where quoted redirectors and terminators in aliases and macros were not being</title>
<updated>2020-10-01T00:36:46+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-30T18:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=018c329a4df9f3b84227cf33a14f9482f3e7eb2a'/>
<id>018c329a4df9f3b84227cf33a14f9482f3e7eb2a</id>
<content type='text'>
restored when read from a startup script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
restored when read from a startup script.
</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://git.baserock.org/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>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://git.baserock.org/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>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://git.baserock.org/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>
<entry>
<title>Updated docs</title>
<updated>2020-09-02T00:20:34+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-02T00:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=72fc6bf105f4b712d5a6f991746fd2f9084893fc'/>
<id>72fc6bf105f4b712d5a6f991746fd2f9084893fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help.</title>
<updated>2020-08-28T03:17:05+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-08-28T00:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e3ed15ed375674729d65e4f594a8958ea91ae684'/>
<id>e3ed15ed375674729d65e4f594a8958ea91ae684</id>
<content type='text'>
'add_help=False' no longer has to be passed to parsers used in @as_subcommand_to decorator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'add_help=False' no longer has to be passed to parsers used in @as_subcommand_to decorator.
</pre>
</div>
</content>
</entry>
<entry>
<title>The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are now</title>
<updated>2020-08-26T21:52:34+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-08-25T20:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=478ea83336a4d1659ad06ef365db3dc5e051e46d'/>
<id>478ea83336a4d1659ad06ef365db3dc5e051e46d</id>
<content type='text'>
Cmd2AttributeWrapper objects named cmd2_statement and cmd2_handler. This makes it
easy to filter out which attributes in an argparse.Namespace were added by cmd2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cmd2AttributeWrapper objects named cmd2_statement and cmd2_handler. This makes it
easy to filter out which attributes in an argparse.Namespace were added by cmd2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated change log and docs for release</title>
<updated>2020-08-25T15:42:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-08-25T15:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=97c348c599d8fa963553593e5c19fb100b85e313'/>
<id>97c348c599d8fa963553593e5c19fb100b85e313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed RecursionError when printing an argparse.Namespace caused by custom attribute cmd2 was adding</title>
<updated>2020-08-25T14:10:14+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-08-25T05:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9b5a98825a9b00807a40494e8c634c392077ccd2'/>
<id>9b5a98825a9b00807a40494e8c634c392077ccd2</id>
<content type='text'>
Added get_statement() function to argparse.Namespace which returns __statement__ attribute
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added get_statement() function to argparse.Namespace which returns __statement__ attribute
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation with more explicit discussions on testing</title>
<updated>2020-08-20T22:08:45+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-20T17:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c62293103e97fd36a4f344d5d6c4c59a2c5b3e59'/>
<id>c62293103e97fd36a4f344d5d6c4c59a2c5b3e59</id>
<content type='text'>
Added unit test to verify command name validation updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added unit test to verify command name validation updates.
</pre>
</div>
</content>
</entry>
</feed>
