mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
CHANGELOG complete
This commit is contained in:
parent
7dae2b1e07
commit
624d0b7e42
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
------------------------
|
||||
|
|
Loading…
Reference in a new issue