<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2.py, branch 0.7.2</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>Bumping version to 0.7.2</title>
<updated>2017-05-22T19:41:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-22T19:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e18ee6891452b572e22dac3c1267008f264cfc63'/>
<id>e18ee6891452b572e22dac3c1267008f264cfc63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Abbreviations are no longer accepted for multiline commands</title>
<updated>2017-05-20T07:06:22+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-20T07:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=64b3a88f2376820ae0af2efeace6d63115fb4891'/>
<id>64b3a88f2376820ae0af2efeace6d63115fb4891</id>
<content type='text'>
Due to the way the parsing logic works for multiline commands, abbreviations didn't function properly with mutliline commands.  So to avoid confusion, this commit deals with this issue by simply disallowing abbreviations for multiline commands altogether.

A warning has been added to the section on abbreviations in the documentation to hopefully make this clear for users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the way the parsing logic works for multiline commands, abbreviations didn't function properly with mutliline commands.  So to avoid confusion, this commit deals with this issue by simply disallowing abbreviations for multiline commands altogether.

A warning has been added to the section on abbreviations in the documentation to hopefully make this clear for users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a hard-coded path separator</title>
<updated>2017-05-18T14:48:01+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T14:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3'/>
<id>ec91ec1340c9759add11e7bf2b9b5cd913dc1ee3</id>
<content type='text'>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a bug where a path separator was hard-coded as ":" and replaced it with os.path.pathsep

Also changed version from 0.7.1a to 0.7.1 in preparation for upcoming release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated an example, features, and changes based on new support for path and command completion</title>
<updated>2017-05-18T01:23:44+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-18T01:23: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=d9de55267102f9b5d389e20917edee4b5f5e7097'/>
<id>d9de55267102f9b5d389e20917edee4b5f5e7097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweaks</title>
<updated>2017-05-17T23:48:30+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>tleonhardt@gmail.com</email>
</author>
<published>2017-05-17T23:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=5ae72515ffaaa37063cdb073d9790f1426e4abcb'/>
<id>5ae72515ffaaa37063cdb073d9790f1426e4abcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tons of tab completion changes</title>
<updated>2017-05-17T23:21:26+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>tleonhardt@gmail.com</email>
</author>
<published>2017-05-17T23:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=aa7d2841190ee642c3dd2493d19897f638a989d6'/>
<id>aa7d2841190ee642c3dd2493d19897f638a989d6</id>
<content type='text'>
Attempting to emulate Bash shell behavior as closely as possible.

Path completion is significantly improved.

Shell command completion of commands is also supported now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempting to emulate Bash shell behavior as closely as possible.

Path completion is significantly improved.

Shell command completion of commands is also supported now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved local path completion</title>
<updated>2017-05-16T17:39:26+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>tleonhardt@gmail.com</email>
</author>
<published>2017-05-16T17:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=107850db0f0928b112ffe439f0c25faa2392cc2a'/>
<id>107850db0f0928b112ffe439f0c25faa2392cc2a</id>
<content type='text'>
If local path completion has a single result which is a directory, then a trailing path separator is appended for convenience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If local path completion has a single result which is a directory, then a trailing path separator is appended for convenience.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added path_complete() static method for local file system path completion</title>
<updated>2017-05-16T13:08:40+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-16T13:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=272864e850e6dc3be353ca940510b0b4040b2291'/>
<id>272864e850e6dc3be353ca940510b0b4040b2291</id>
<content type='text'>
The edit, load, and shell commands now all use this for their tab completion.

Additionally, end users can easily wire it up for use with any of their custom commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The edit, load, and shell commands now all use this for their tab completion.

Additionally, end users can easily wire it up for use with any of their custom commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows unit tests</title>
<updated>2017-05-12T01:52:39+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-12T01:52: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=75ca51652af1fa2ee8b8374f99cf5a75df4e0d9a'/>
<id>75ca51652af1fa2ee8b8374f99cf5a75df4e0d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows terminal doesn't use ANSI escape codes</title>
<updated>2017-05-12T01:48:24+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-05-12T01:48: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=3a2af4d81effe0c8701146c98d12b08dc0622214'/>
<id>3a2af4d81effe0c8701146c98d12b08dc0622214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
