brew.fish: Add update-reset subcommand completion (#5608)

* brew.fish: Add `update-reset` subcommand

This command resets all tap's remotes to the latest available upstream.  Ideal for debugging before reporting bugs or just housekeeping.
 
Add missing newlines.

* Add `brew.fish` changes to CHANGELOG.md
This commit is contained in:
Birger J. Nordølum
2019-02-01 18:02:05 +01:00
committed by Fabian Homborg
parent b00f039489
commit df375ea12d
2 changed files with 7 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
- The completions for `configure` now correctly offer directories. (#5518)
- The `man` completions won't interpret the argument as a regex anymore. (#5566)
- Killing the terminal while fish is in vi-normal mode will no longer send it spinning and eating CPU. (#5528)
- `brew.fish`: Add `update-reset` subcommand completion
# fish 3.0.0 (released December 28, 2018)