click icon indicating copy to clipboard operation
click copied to clipboard

Show empty default

Open m-freiberg opened this issue 2 years ago • 0 comments

Use None instead of "" to indicate that default_string is unset to allow for empty string defaults.

https://github.com/pallets/click/issues/2500

  • fixes #2500

New behavior: image

Checklist:

  • [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • [x] Add or update relevant docs, in the docs folder and in code.
  • [x] Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • [x] Add .. versionchanged:: entries in any relevant code docs.
  • [x] Run pre-commit hooks and fix any issues.
  • [x] Run pytest and tox, no tests failed.

m-freiberg avatar Apr 28 '23 19:04 m-freiberg