You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Unreleased
84
84
- Use Python sorting order for ZSH completions. (`#1047`_, `#1059`_)
85
85
- Document that parameter names are lowercased by default. (`#1055`_)
86
86
- Subcommands that are named by the function now automatically have the underscore replaced with a dash. If you register a function named ``my_command`` it becomes ``my-command`` in the command line interface.
87
+
- Hide hidden commands and options from completion. (`#1058`_, `#1061`_)
0 commit comments