mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 03:51:15 -03:00
CHANGELOG complete
This commit is contained in:
@@ -75,6 +75,7 @@ Scripting improvements
|
||||
- ``jobs --quiet PID`` no longer prints "no suitable job" if the job for PID does not exist (eg because it has finished) (#6809).
|
||||
- All builtins that query if something exists now take ``--query`` as the long form for ``-q``. ``--quiet`` is deprecated for ``command``, ``jobs`` and ``type`` (#7276).
|
||||
- ``argparse`` no longer prints a stack backtrace with invalid options (#6703).
|
||||
- ``complete`` can now show the loaded completions for only specific commands, and do without ``-c`` (``complete git`` is now valid) (#7321).
|
||||
|
||||
Interactive improvements
|
||||
------------------------
|
||||
|
||||
Reference in New Issue
Block a user