Skip to content

Use COMPREPLY instead of COMREPLY in Bash shell completion#2163

Merged
davidism merged 1 commit into
pallets:8.0.xfrom
ashwin153:patch-1
Dec 28, 2021
Merged

Use COMPREPLY instead of COMREPLY in Bash shell completion#2163
davidism merged 1 commit into
pallets:8.0.xfrom
ashwin153:patch-1

Conversation

@ashwin153
Copy link
Copy Markdown
Contributor

@ashwin153 ashwin153 commented Dec 28, 2021

Checklist:

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

@davidism
Copy link
Copy Markdown
Member

Since this is a bugfix, plese rebase this to 8.0.x and include a changelog.

@davidism davidism changed the base branch from main to 8.0.x December 28, 2021 19:06
@davidism davidism added this to the 8.0.4 milestone Dec 28, 2021
@davidism davidism merged commit 4a21666 into pallets:8.0.x Dec 28, 2021
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jan 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use COMPREPLY instead of COMREPLY in Bash shell completion

2 participants