index
:
delta/python-packages/click.git
1.x
1.x-maintenance
1484-redesign-completion
2.x
2.x-maintenance
3.x
3.x-maintenance
4.x
4.x-maintenance
5.x
5.x-maintenance
6.x
6.x-maintenance
7.x
8.0.x
8.1.x
ci
contributing-doc
dependabot/add-v2-config-file
dependabot/pip/pallets-sphinx-themes-2.0.2
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.5
dependabot/pip/sphinx-3.0.4
dependabot/pip/sphinx-4.2.0
dependabot/pip/sphinx-4.3.1
dependabot/pip/sphinx-tabs-3.2.0
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
drop-python2
fsdecode
getchar-exc
github-actions
main
master
meta
parser-rewrite
pre-commit-ci-update-config
revert-shlex-quote
style
update-requirements
github.com: pallets/click
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_options.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
treat empty auto_envvar as None
David Lord
2022-03-28
1
-3
/
+4
*
enforce required flag
Danny Sepler
2022-02-20
1
-0
/
+9
*
Option.show_default now overrides Context.show_default
Gianluca Gippetto
2022-02-20
1
-1
/
+22
*
Merge branch '8.0.x'
David Lord
2022-01-13
1
-0
/
+13
|
\
|
*
Allow a callable default to have its own string representation
Krzysztof Kotlenga
2021-12-28
1
-0
/
+13
*
|
Merge branch '8.0.x'
David Lord
2021-10-08
1
-3
/
+49
|
\
\
|
|
/
|
*
option with multiple and flag_value replaces internal placeholder
Ivan Kapelyukhin
2021-10-08
1
-0
/
+23
|
*
getting default value doesn't perform type cast
David Lord
2021-10-08
1
-2
/
+17
|
*
count help doesn't show default range type
David Lord
2021-10-07
1
-2
/
+10
*
|
show_default doesn't show False default for single boolean flag
cAtaman
2021-08-05
1
-5
/
+26
|
/
*
don't show empty multiple=True default
Patryk Bęza
2021-07-04
1
-0
/
+10
*
Fix is_bool_flag being set to True even if is_flag is False
Gianluca Gippetto
2021-07-03
1
-0
/
+20
*
show help text with invalid default
David Lord
2021-05-19
1
-1
/
+1
*
detect type from flag_value
David Lord
2021-05-18
1
-0
/
+7
*
refactor type_cast_value
David Lord
2021-04-15
1
-12
/
+33
*
mark more messages for translation
David Lord
2021-04-03
1
-2
/
+2
*
Better error message for bad parameter default (#1805)
Saif Kazi
2021-03-05
1
-0
/
+14
*
option callback is invoked when validating prompt value
Saif807380
2021-02-24
1
-1
/
+17
*
test for empty default with show_default=True
Benjamin Akhras
2021-02-15
1
-0
/
+8
*
show_default string is shown if default is None
Benjamin Akhras
2021-02-15
1
-0
/
+8
*
apply updated pre-commit hooks
David Lord
2021-02-08
1
-2
/
+2
*
add ability to provide non-flag option without value
Amy
2020-10-12
1
-0
/
+31
*
show_default uses default_map
Joachim Jablon
2020-10-11
1
-0
/
+12
*
correct interaction of default=tuple with multiple=True
David Lord
2020-10-10
1
-14
/
+30
*
boolean type strips space before converting
Andreas Maier
2020-10-10
1
-0
/
+11
*
use difflib to suggest possible long option names
Narendra N
2020-08-14
1
-0
/
+16
*
suggest renaming option from 'name' to '--name'
jtrakk
2020-08-12
1
-5
/
+6
*
refactor int, float, and range types with common bases
David Lord
2020-08-12
1
-12
/
+15
*
show boolean flag name for default
ovezovs
2020-08-07
1
-0
/
+29
*
flag option with duplicate names raises ValueError
Mwiza Simbeye
2020-06-24
1
-0
/
+5
*
show IntRange min and max in --help output
Cathal
2020-06-24
1
-0
/
+10
*
f-strings everywhere
David Lord
2020-04-20
1
-6
/
+7
*
apply pyupgrade --py36-plus
David Lord
2020-04-20
1
-6
/
+5
*
remove py2 parts of _compat module
David Lord
2020-04-20
1
-4
/
+3
*
manual cleanup
David Lord
2020-03-08
1
-12
/
+9
*
apply pyupgrade
David Lord
2020-03-08
1
-2
/
+2
*
apply flake8
David Lord
2020-03-06
1
-13
/
+3
*
apply black
David Lord
2020-03-06
1
-199
/
+213
*
apply reorder-python-imports
David Lord
2020-03-06
1
-2
/
+3
*
fix newline wrapping in option help
David Lord
2020-02-23
1
-14
/
+22
*
prevent automatic environment variables from containing dashes
Gregory Pakosz
2020-02-22
1
-0
/
+16
*
Fix for string cast of MissingParameter
James Daley
2020-02-16
1
-0
/
+9
*
Make option format replace newlines with spaces.
Jay Crotts
2020-02-16
1
-3
/
+1
*
allow bool type with bool flags
KP
2020-02-16
1
-0
/
+10
*
ignore set empty environment variable
Jimmy Zeng
2020-02-16
1
-0
/
+11
*
Always return originally passed choice for Choice()
Kyle Altendorf
2019-09-26
1
-0
/
+15
*
Ensure auto_envvar_prefix is always uppercased
Stephen Rosen
2018-09-12
1
-0
/
+13
*
Wrap click.Choice's missing message
Daw-Ran Liou
2018-05-15
1
-2
/
+5
*
Merge pull request #887 from sirosen/feature/case-insensitive-choice
Zachery Bir
2018-05-15
1
-0
/
+31
|
\
|
*
Add `case_sensitive=False` as an option to Choice
Stephen Rosen
2018-05-15
1
-0
/
+31
[next]