Skip to content

Commit

Permalink
Fix issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Apr 15, 2024
1 parent 1db7b39 commit 6a66373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion click_extra/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def default_extra_params() -> list[Option]:
layer to have the processing order of options (the one below) different from
the presentation order of options in the help screen.
This is probably something that has been requested in {issue}`544`.
This is probably something that has been `requested in issue #544
<https://github.com/kdeldycke/click-extra/issues/544>`_.
.. important::
Sensitivity to order still remains to be proven. With the code of Click Extra
Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ This let you replace the preset options by your own set, tweak their order and f
```{eval-rst}
.. caution:: Duplicate options
If you try to add option decorators to a command which already have them by default, you will end up with duplicate entries (as seen in issue {issue}`232`):
If you try to add option decorators to a command which already have them by default, you will end up with duplicate entries ([as seen in issue #232](https://github.com/kdeldycke/click-extra/issues/232)):
.. click:example::
from click_extra import extra_command, extra_version_option
Expand Down

0 comments on commit 6a66373

Please sign in to comment.