<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests, branch settable_hint</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>Fixed bug where setting always_show_hint=True did not show a hint when completing Settables</title>
<updated>2020-11-12T18:26:19+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-11-12T18:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=59528a925300d67d05b5504441e0a4d7ea072acc'/>
<id>59528a925300d67d05b5504441e0a4d7ea072acc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format multiline docstrings to match other help messages</title>
<updated>2020-10-10T03:27:02+00:00</updated>
<author>
<name>Bambu</name>
<email>564972+bambu@users.noreply.github.com</email>
</author>
<published>2020-10-10T03:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=19598b68106333d44a91aa6f62590232dff443ed'/>
<id>19598b68106333d44a91aa6f62590232dff443ed</id>
<content type='text'>
Changed cmd2 do_cmd to dedent docstrings using `pydoc.getdoc`. This patch provides output for docstrings that look like using argparse or a single line docstring
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed cmd2 do_cmd to dedent docstrings using `pydoc.getdoc`. This patch provides output for docstrings that look like using argparse or a single line docstring
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where quoted redirectors and terminators in aliases and macros were not being</title>
<updated>2020-10-01T00:36:46+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-30T18:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=018c329a4df9f3b84227cf33a14f9482f3e7eb2a'/>
<id>018c329a4df9f3b84227cf33a14f9482f3e7eb2a</id>
<content type='text'>
restored when read from a startup script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
restored when read from a startup script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into silence</title>
<updated>2020-09-18T00:09:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-18T00:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ed3f9094c013cce618571a8718c76f5e0dbaba3d'/>
<id>ed3f9094c013cce618571a8718c76f5e0dbaba3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor type hinting fixes.</title>
<updated>2020-09-11T17:50:45+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2020-09-08T20:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=92b8a38d66d255027a0440c45582d319f2694aab'/>
<id>92b8a38d66d255027a0440c45582d319f2694aab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added --silent flag to alias/macro create.</title>
<updated>2020-09-11T01:32:56+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-11T01:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=cf9516e5d25df5e4e330f75ab0f800ba8b4217c8'/>
<id>cf9516e5d25df5e4e330f75ab0f800ba8b4217c8</id>
<content type='text'>
Added --with_silent flag to alias/macro list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added --with_silent flag to alias/macro list.
</pre>
</div>
</content>
</entry>
<entry>
<title>argparse tab completion now groups flag names which run the same action. Optional flags are wrapped in brackets</title>
<updated>2020-09-09T04:06:18+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-05T07:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=11117ce9f88782ef1fca3e28d2dbb19df8865610'/>
<id>11117ce9f88782ef1fca3e28d2dbb19df8865610</id>
<content type='text'>
like it is done in argparse usage text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like it is done in argparse usage text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added always_show_hint setting</title>
<updated>2020-09-05T06:14:40+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-04T05:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e6a9a1c972e5e6195278966c6b134a2f450465e1'/>
<id>e6a9a1c972e5e6195278966c6b134a2f450465e1</id>
<content type='text'>
Fixed issue where flag names weren't always sorted correctly in argparse tab completion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed issue where flag names weren't always sorted correctly in argparse tab completion
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests for CommandSet callbacks</title>
<updated>2020-09-01T21:23:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-09-01T21:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=a33da043985257e1ed0ac7b3524e27d62611b1ac'/>
<id>a33da043985257e1ed0ac7b3524e27d62611b1ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help.</title>
<updated>2020-08-28T03:17:05+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-08-28T00:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e3ed15ed375674729d65e4f594a8958ea91ae684'/>
<id>e3ed15ed375674729d65e4f594a8958ea91ae684</id>
<content type='text'>
'add_help=False' no longer has to be passed to parsers used in @as_subcommand_to decorator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'add_help=False' no longer has to be passed to parsers used in @as_subcommand_to decorator.
</pre>
</div>
</content>
</entry>
</feed>
