<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/click.git/docs/options.rst, branch parser-rewrite</title>
<subtitle>github.com: pallets/click
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/'/>
<entry>
<title>Merge remote-tracking branch 'origin/8.0.x'</title>
<updated>2021-12-27T01:21:26+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2021-12-27T01:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=051d57cef4ce59212dc1175ad4550743bf47d840'/>
<id>051d57cef4ce59212dc1175ad4550743bf47d840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: fix small mistake in section on callbacks</title>
<updated>2021-12-27T00:12:09+00:00</updated>
<author>
<name>Sebastiaan Huber</name>
<email>mail@sphuber.net</email>
</author>
<published>2021-10-28T12:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=b60cacfe4c289c6e0dbb95718e8085384b4f6f8c'/>
<id>b60cacfe4c289c6e0dbb95718e8085384b4f6f8c</id>
<content type='text'>
The documentation still referred to only two parameters being passed to
a parameter callback, whereas the new signature takes three.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation still referred to only two parameters being passed to
a parameter callback, whereas the new signature takes three.
</pre>
</div>
</content>
</entry>
<entry>
<title>show_default doesn't show False default for single boolean flag</title>
<updated>2021-08-05T13:34:32+00:00</updated>
<author>
<name>cAtaman</name>
<email>chimaataman@gmail.com</email>
</author>
<published>2021-07-08T06:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=2cc7244becaa7381d6b5b0a7404490d5210c833a'/>
<id>2cc7244becaa7381d6b5b0a7404490d5210c833a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>option callback is invoked when validating prompt value</title>
<updated>2021-02-24T22:37:45+00:00</updated>
<author>
<name>Saif807380</name>
<email>saif1204kazi@gmail.com</email>
</author>
<published>2021-02-16T13:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=05c38db227a84e1d92d814003f1339a9a2fae0d1'/>
<id>05c38db227a84e1d92d814003f1339a9a2fae0d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some examples in options docs</title>
<updated>2021-02-16T01:08:06+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2021-02-16T01:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=f7e6f25531b6feaea241b0f0d16c3134c65173bf'/>
<id>f7e6f25531b6feaea241b0f0d16c3134c65173bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added examples of default to boolean flags section (#1697)</title>
<updated>2020-10-24T01:40:44+00:00</updated>
<author>
<name>lrjball</name>
<email>50599110+lrjball@users.noreply.github.com</email>
</author>
<published>2020-10-24T01:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=297150c7566a38fb672828a36b681792513d99b0'/>
<id>297150c7566a38fb672828a36b681792513d99b0</id>
<content type='text'>
I've found myself a few times double checking what the default option is when a boolean flag is use i.e. does `default=False` refer to the first flag or the second flag.  Thought adding an example of the calls without any flags to the docs would make this a bit clearer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've found myself a few times double checking what the default option is when a boolean flag is use i.e. does `default=False` refer to the first flag or the second flag.  Thought adding an example of the calls without any flags to the docs would make this a bit clearer.</pre>
</div>
</content>
</entry>
<entry>
<title>add ability to provide non-flag option without value</title>
<updated>2020-10-13T00:46:05+00:00</updated>
<author>
<name>Amy</name>
<email>leiamy12@gmail.com</email>
</author>
<published>2020-07-01T17:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=d314f45b8e9e59e0e82604868de41624ec8d13ed'/>
<id>d314f45b8e9e59e0e82604868de41624ec8d13ed</id>
<content type='text'>
use flag_value or prompt if an option is given without a value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use flag_value or prompt if an option is given without a value
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor int, float, and range types with common bases</title>
<updated>2020-08-12T23:10:36+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-08-11T03:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=d77a0aefad0ad488d7bfd46cd7cf9ea6dc62c380'/>
<id>d77a0aefad0ad488d7bfd46cd7cf9ea6dc62c380</id>
<content type='text'>
allow specifying min and max as open separately
clamp works for open int bounds, fails for open float bounds
help output shows range information
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow specifying min and max as open separately
clamp works for open int bounds, fails for open float bounds
help output shows range information
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '7.x'</title>
<updated>2020-04-27T21:33:42+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-04-27T21:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=bce4ea4ba54e15959cb412d6793634e0c9b24491'/>
<id>bce4ea4ba54e15959cb412d6793634e0c9b24491</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>f-strings everywhere</title>
<updated>2020-04-20T14:12:53+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-04-20T06:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=9897d81d0830f2048360cbd45993de1b37ce7371'/>
<id>9897d81d0830f2048360cbd45993de1b37ce7371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
