<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests/test_cmd2.py, branch 1.3.11</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>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://91.123.203.49/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>Added --silent flag to alias/macro create.</title>
<updated>2020-09-11T01:32:56+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-11T01:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=cf9516e5d25df5e4e330f75ab0f800ba8b4217c8'/>
<id>cf9516e5d25df5e4e330f75ab0f800ba8b4217c8</id>
<content type='text'>
Added --with_silent flag to alias/macro list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added --with_silent flag to alias/macro list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests for CommandSet callbacks</title>
<updated>2020-09-01T21:23:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-01T21:23: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=a33da043985257e1ed0ac7b3524e27d62611b1ac'/>
<id>a33da043985257e1ed0ac7b3524e27d62611b1ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>the with_argparse() decorator was incorrectly using a parsed statement object to search for the original function arguments. Switched to search for the original statement value instead</title>
<updated>2020-08-27T22:21:18+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-27T21:07: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=47f8652fa467b2d140b1097b3167f968b0188451'/>
<id>47f8652fa467b2d140b1097b3167f968b0188451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Marked with_arparser_and_unknown_args deprecated and consolidated</title>
<updated>2020-08-04T19:24:53+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-08-04T17:46: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=1a82b37b6c23490b1d9127095e3ee4f2db21a85b'/>
<id>1a82b37b6c23490b1d9127095e3ee4f2db21a85b</id>
<content type='text'>
implementation as an option to with_argparser instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementation as an option to with_argparser instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pwarning() calls when command raises SystemExit</title>
<updated>2020-05-28T14:54:10+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-05-28T14:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=6f91bea16a00f48ff6be729ed12a5920ebac3baa'/>
<id>6f91bea16a00f48ff6be729ed12a5920ebac3baa</id>
<content type='text'>
Added unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Added info on semantic versioning and branching strategy to CONTRIBUTING.md</title>
<updated>2020-04-25T01:21:35+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-04-25T01:15: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=9b78cf4913202995dcf065ecf5077bf16fa01f95'/>
<id>9b78cf4913202995dcf065ecf5077bf16fa01f95</id>
<content type='text'>
Also:
- Added isort to Pipenv dev
- Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke
- Ran isort to sort includes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Added isort to Pipenv dev
- Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke
- Ran isort to sort includes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit test which made incorrect assumption that vi editor would exist on all Linux systems</title>
<updated>2020-04-23T14:28:24+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-04-23T14:28: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=c9b8bb16fd445e64dce87ef0df4fcaab3df0670e'/>
<id>c9b8bb16fd445e64dce87ef0df4fcaab3df0670e</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 table_creator</title>
<updated>2020-04-15T23:18:49+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-04-15T23:18: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=ba42eb40199652224601b118b7411c59d4a14340'/>
<id>ba42eb40199652224601b118b7411c59d4a14340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplfied _redirect_output() by raising exception instead of returning bool</title>
<updated>2020-04-11T18:42:37+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-04-11T18:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5b4bec9d56b2907a168d0688b0a3cde64043d048'/>
<id>5b4bec9d56b2907a168d0688b0a3cde64043d048</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
