<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests/transcript.txt, branch python2</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>Move transcripts into their own directory</title>
<updated>2017-08-20T18:49:12+00:00</updated>
<author>
<name>Jared Crapo</name>
<email>jared@kotfu.net</email>
</author>
<published>2017-08-20T18:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=7fc847b3b5c52ff1f1ca632112bb9543e803940e'/>
<id>7fc847b3b5c52ff1f1ca632112bb9543e803940e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pause command</title>
<updated>2017-07-03T21:22:16+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T21:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=29eeb8996053f35572f4d7b63e7c8cb0f62b6442'/>
<id>29eeb8996053f35572f4d7b63e7c8cb0f62b6442</id>
<content type='text'>
It was pretty useless, it just printed a message and sat there and waited for the user to hit enter.

It didn't feel like it belonged in a top-level framework.  If a particular application wants this functionality, it is a 2 line change to add it back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was pretty useless, it just printed a message and sat there and waited for the user to hit enter.

It didn't feel like it belonged in a top-level framework.  If a particular application wants this functionality, it is a 2 line change to add it back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new pyscript command</title>
<updated>2017-06-13T18:49:22+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>tleonhardt@gmail.com</email>
</author>
<published>2017-06-13T18:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=34c4f3ce4b778d95a67a7d66ed98682ba7464f67'/>
<id>34c4f3ce4b778d95a67a7d66ed98682ba7464f67</id>
<content type='text'>
This command is explicitly for running Python script files within an embedded Python interpreter.

The advantages over the py command with "run" are:
- Tab-completion of file system paths is supported
- Command-line arguments can be passed to the Python script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This command is explicitly for running Python script files within an embedded Python interpreter.

The advantages over the py command with "run" are:
- Tab-completion of file system paths is supported
- Command-line arguments can be passed to the Python script
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed redundant list command</title>
<updated>2017-06-03T14:59:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-03T14:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ad3d32339f791faa31763fe3efb42d0be469ddef'/>
<id>ad3d32339f791faa31763fe3efb42d0be469ddef</id>
<content type='text'>
The extra functionality of listing a span (slice) of history items present in the list command has been incorporated into the existing history command and the list command has been removed.

Unit tests have been updated accordingly.

In the process a bug was fixed that was causing a crash if and end was supplied to the span but not a start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The extra functionality of listing a span (slice) of history items present in the list command has been incorporated into the existing history command and the list command has been removed.

Unit tests have been updated accordingly.

In the process a bug was fixed that was causing a crash if and end was supplied to the span but not a start.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added "exclude_from_help" list as a cmd2.Cmd public attribute</title>
<updated>2017-06-02T01:22:00+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-02T01:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=67c70521d6520c3cb2906ec428de4ccc6958d784'/>
<id>67c70521d6520c3cb2906ec428de4ccc6958d784</id>
<content type='text'>
Added a list of commands to explicitly exclude displaying in the help menu of commands which detailed help can be retrieved for.

By default, only "do_eof" is in this list since that isn't a command which is ever intended for an end user to directly enter on the command line.

Also updated unit tests to reflect new default help menu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a list of commands to explicitly exclude displaying in the help menu of commands which detailed help can be retrieved for.

By default, only "do_eof" is in this list since that isn't a command which is ever intended for an end user to directly enter on the command line.

Also updated unit tests to reflect new default help menu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented undocumented commands and removed command aliases.</title>
<updated>2017-02-06T01:19:02+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-02-06T01:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=def2bb90533f72ddd4b8909c0160cf643e19f765'/>
<id>def2bb90533f72ddd4b8909c0160cf643e19f765</id>
<content type='text'>
The out-of-the-box help menu now looks a lot cleaner:
- All redundant command aliases have been removed
(NOTE: They can still be used if self.abbrev is True, which is the default)
- All previously undocumented commands have been documented
- Unit tests and README.rst documentation has been updated to reflect new behavior
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The out-of-the-box help menu now looks a lot cleaner:
- All redundant command aliases have been removed
(NOTE: They can still be used if self.abbrev is True, which is the default)
- All previously undocumented commands have been documented
- Unit tests and README.rst documentation has been updated to reflect new behavior
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a 2nd way of unit testing transcript tests which covers some additional code.</title>
<updated>2017-01-30T02:46:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-01-30T02:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9c8056f03ff0e6fac515d9b8defff68a5eeef454'/>
<id>9c8056f03ff0e6fac515d9b8defff68a5eeef454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
