<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/examples, branch 0.8.3</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>Simplified how to add tab completion to a subcommand</title>
<updated>2018-03-28T06:14:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-28T06:14: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=d78dc46a1a767427baa2b76215e235a7fec28b9a'/>
<id>d78dc46a1a767427baa2b76215e235a7fec28b9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addressed code review comments</title>
<updated>2018-03-28T03:03:35+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-28T03:03: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=554561b70f899ad8ec38393b27eed646456cab62'/>
<id>554561b70f899ad8ec38393b27eed646456cab62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports</title>
<updated>2018-03-26T02:27:23+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-26T02: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=f4a1c3250d5f92c6ad77bc0120f007ad3ff8e344'/>
<id>f4a1c3250d5f92c6ad77bc0120f007ad3ff8e344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made subcommand specific completion work with Python 2 in the examples</title>
<updated>2018-03-24T22:15:27+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-24T22:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=efd3b2cbe243dc520dab4146fae014c19447af53'/>
<id>efd3b2cbe243dc520dab4146fae014c19447af53</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 new_quoted_completion</title>
<updated>2018-03-23T20:26:38+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-23T20:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=55fa6ee0632d8126f081cfed204fde0f0bd0b70c'/>
<id>55fa6ee0632d8126f081cfed204fde0f0bd0b70c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed check for whether a subcommand was entered</title>
<updated>2018-03-23T20:23:49+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-23T20:23: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=966d6a53e87147e2db9424c0f0060ca7e20e690f'/>
<id>966d6a53e87147e2db9424c0f0060ca7e20e690f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed exclude_from_help to hidden_commands</title>
<updated>2018-03-22T18:06:05+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-03-22T18:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a73e6dfa825f046fb26eb055e08f65307e199979'/>
<id>a73e6dfa825f046fb26eb055e08f65307e199979</id>
<content type='text'>
Renamed excludeFromHistory to exclude_from_history
No longer tab completing hidden commands
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed excludeFromHistory to exclude_from_history
No longer tab completing hidden commands
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an extra check to ppaged() to make sure cmd2 app is running in a real terminal before attempting to use a pager</title>
<updated>2018-03-20T20:25:08+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-20T20:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=0faf8959dbc4bd2175683939305e1926590d36ed'/>
<id>0faf8959dbc4bd2175683939305e1926590d36ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a default signal handler for SIGINT (Ctrl-C)</title>
<updated>2018-03-19T23:29:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-19T23:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1cd0a38cac5482bdf274f42ffcdc41519a5362b1'/>
<id>1cd0a38cac5482bdf274f42ffcdc41519a5362b1</id>
<content type='text'>
Added a default signal handler for SIGINT that does the following:
- Terminates a pipe process if one exists
- Raises a KeyboardInterrupt for other parts othe code to catch

Also:
- Changed the default value for quit_on_sigint to False
- Modified the way the subcommand functions are called in subcommand.py (unrelated to rest of commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a default signal handler for SIGINT that does the following:
- Terminates a pipe process if one exists
- Raises a KeyboardInterrupt for other parts othe code to catch

Also:
- Changed the default value for quit_on_sigint to False
- Modified the way the subcommand functions are called in subcommand.py (unrelated to rest of commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into startup_script</title>
<updated>2018-03-17T02:45:53+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-03-17T02:45: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=3bf1c51b3218ffdd00c1369dac0160cab38b738a'/>
<id>3bf1c51b3218ffdd00c1369dac0160cab38b738a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
