Skip to content

Commit

Permalink
docs(completion): update fish enabling script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Jul 24, 2023
1 parent 1207dc9 commit 66ea0a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
.. currentmodule:: click


Version 8.1.7
-------------

Unreleased

- Fix an issue with completion in fish shell. :issue:`2567`


Version 8.1.6
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/shell-completion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ program name. This uses ``foo-bar`` as an example.

.. code-block:: fish
eval (env _FOO_BAR_COMPLETE=fish_source foo-bar)
_FOO_BAR_COMPLETE=fish_source foo-bar | source
This is the same file used for the activation script method
below. For Fish it's probably always easier to use that method.
Expand Down

0 comments on commit 66ea0a8

Please sign in to comment.