<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs, branch 2.4.3</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>Enhance str_to_bool() to accept other types</title>
<updated>2022-11-06T02:13:37+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4ea11af39e78caa0a722791e408336395a113497'/>
<id>4ea11af39e78caa0a722791e408336395a113497</id>
<content type='text'>
- Rename str_to_bool() -&gt; to_bool()
- Enhance to_bool() so that it accepts and converts bool, int, and float in addition to str
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename str_to_bool() -&gt; to_bool()
- Enhance to_bool() so that it accepts and converts bool, int, and float in addition to str
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing Sphinx error</title>
<updated>2022-07-13T15:39:36+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-07-13T15:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=755c78066932e3216897d9bacc6331a2fc0dacce'/>
<id>755c78066932e3216897d9bacc6331a2fc0dacce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced amount of style characters carried over from previous lines when aligning text.</title>
<updated>2022-02-23T00:52:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-23T00:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e76dbad13cb6363d315cf851a5da3541e2138148'/>
<id>e76dbad13cb6363d315cf851a5da3541e2138148</id>
<content type='text'>
Also reduced amount of style characters appended to truncated text.
These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also reduced amount of style characters appended to truncated text.
These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd2 now uses pyreadline3 when running any version of Python on Windows</title>
<updated>2022-02-17T16:13:34+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-17T15:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4621b0501acdaea7230eef97ffa526d14820af80'/>
<id>4621b0501acdaea7230eef97ffa526d14820af80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update modular_commands.rst (#1199)</title>
<updated>2022-02-16T04:56:29+00:00</updated>
<author>
<name>Varun Mittal</name>
<email>viralmutant@users.noreply.github.com</email>
</author>
<published>2022-02-16T04:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1050d9933c2c46d948be0891b6b9a38ec7c1f3a2'/>
<id>1050d9933c2c46d948be0891b6b9a38ec7c1f3a2</id>
<content type='text'>
* Update modular_commands.rst

The args given in the example are integers. Direct concatenation to string raises errors

* Changed to f-string as per review comment

Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update modular_commands.rst

The args given in the example are integers. Direct concatenation to string raises errors

* Changed to f-string as per review comment

Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Updates cmd2 External Test Plugin URL (#1193)</title>
<updated>2022-01-26T20:29:47+00:00</updated>
<author>
<name>Evgeniy Vasilev</name>
<email>aquilax@gmail.com</email>
</author>
<published>2022-01-26T20:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=de5cd40c388517e558cf74dbec61c64e8ad6ca75'/>
<id>de5cd40c388517e558cf74dbec61c64e8ad6ca75</id>
<content type='text'>
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added substantial documentation concerning pyscript (#1187)</title>
<updated>2022-01-26T20:02:48+00:00</updated>
<author>
<name>Jerrad</name>
<email>29623+jayrod@users.noreply.github.com</email>
</author>
<published>2022-01-26T20:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ebd617905609bed53447f44ef600fde5e8a66638'/>
<id>ebd617905609bed53447f44ef600fde5e8a66638</id>
<content type='text'>
* Added substantial documentation concerning pyscript

* Made suggested changes

* final changes

* fixed grammatical errors

Co-authored-by: jay &lt;you@example.com&gt;
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;
Co-authored-by: J A &lt;jand@blah.blah&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added substantial documentation concerning pyscript

* Made suggested changes

* final changes

* fixed grammatical errors

Co-authored-by: jay &lt;you@example.com&gt;
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;
Co-authored-by: J A &lt;jand@blah.blah&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBitBg classes.</title>
<updated>2021-10-18T17:06:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-10-11T19:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f57b08672af97f9d973148b6c30d74fe4e712d14'/>
<id>f57b08672af97f9d973148b6c30d74fe4e712d14</id>
<content type='text'>
Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.

Removed dependency on colorama.

Deprecated cmd2.fg. Use cmd2.Fg instead.
Deprecated cmd2.bg. Use cmd2.Bg instead.

Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.

Removed dependency on colorama.

Deprecated cmd2.fg. Use cmd2.Fg instead.
Deprecated cmd2.bg. Use cmd2.Bg instead.

Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating docs</title>
<updated>2021-09-01T18:20:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-09-01T18:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ceacf225e5e267a96bf5db4fc5bb7702fa6f8a72'/>
<id>ceacf225e5e267a96bf5db4fc5bb7702fa6f8a72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation</title>
<updated>2021-08-23T20:57:53+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-08-23T20:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=17146bcbd9dc32da28aa78d6ce90f0fc4b12baf4'/>
<id>17146bcbd9dc32da28aa78d6ce90f0fc4b12baf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
