<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs/freefeatures.rst, branch 0.9.14</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>Updated documentation</title>
<updated>2019-06-15T04:55:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-15T04:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8b7f234041a8842abcc740d20d2b45840a1d28a1'/>
<id>8b7f234041a8842abcc740d20d2b45840a1d28a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed support for cmd.cmdqueue</title>
<updated>2019-06-11T21:39:11+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-06-11T21:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=77633bc4498d6f11b07ea0a3bd13d4830f809ff8'/>
<id>77633bc4498d6f11b07ea0a3bd13d4830f809ff8</id>
<content type='text'>
allow_cli_args is now an argument to __init__ instead of a cmd2 class member
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow_cli_args is now an argument to __init__ instead of a cmd2 class member
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the -a/--all flag to the history command for showing all commands including those persisted from previous sessions</title>
<updated>2019-05-27T19:45:34+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-05-27T19:45: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=9dd00461b22085d3f16b4cc178a222c30fe95d11'/>
<id>9dd00461b22085d3f16b4cc178a222c30fe95d11</id>
<content type='text'>
Also:
- History class has been modified to keep track of the session start index
- History class span(), str_search(), and regex_search() methods now take an optional 2nd boolean parameter `include_persisted` which determines whether or not commands persisted from previous sessions should be included by default
    - If a start index is manually specified, then it automatically includes the full search
- Updates unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- History class has been modified to keep track of the session start index
- History class span(), str_search(), and regex_search() methods now take an optional 2nd boolean parameter `include_persisted` which determines whether or not commands persisted from previous sessions should be included by default
    - If a start index is manually specified, then it automatically includes the full search
- Updates unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Addressed review comments</title>
<updated>2019-03-19T03:45:58+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-03-19T03:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=dcbffdb3cf10e6b44b0aac845b372f9766d30dbb'/>
<id>dcbffdb3cf10e6b44b0aac845b372f9766d30dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added load -r flag for recording a transcript based on a script file</title>
<updated>2019-03-19T00:45:36+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-03-19T00:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=3928910d6e14699515601ecee23e201d4b7309d1'/>
<id>3928910d6e14699515601ecee23e201d4b7309d1</id>
<content type='text'>
The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The load command now supports the -r/--record_transcript flag for recording a transcript file based on a script file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Negative ending history indices include the referenced command, instead of excluding it</title>
<updated>2019-03-12T02:32:21+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-03-12T02:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b84798cfb2e0da5422936dfcf406c227b6a09723'/>
<id>b84798cfb2e0da5422936dfcf406c227b6a09723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow both history indices to be negative</title>
<updated>2019-03-11T03:43:20+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-03-11T03:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a4ff1a45b205171663559b0f7003ecf84face2aa'/>
<id>a4ff1a45b205171663559b0f7003ecf84face2aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Incorporating requested changes from the PR</title>
<updated>2019-03-11T03:38:12+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-03-11T03:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=0ff0dfe37b7a9e6998a133452d4718a119b82cf7'/>
<id>0ff0dfe37b7a9e6998a133452d4718a119b82cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting clean up on history section</title>
<updated>2019-03-11T00:34:20+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-03-11T00:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=486f08a8dd3477cb0193cd6e739f556c9de30eaf'/>
<id>486f08a8dd3477cb0193cd6e739f556c9de30eaf</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 'history_improvements' of github.com:python-cmd2/cmd2 into history_improvements</title>
<updated>2019-03-10T21:50:20+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-03-10T21:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f67166753e52f308cd33794d31f5e072c14e2f55'/>
<id>f67166753e52f308cd33794d31f5e072c14e2f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
