This commit is contained in:
dchakro 2024-08-09 09:28:48 -07:00
parent 4960c7cf1c
commit 8ca6f92e26

View file

@ -27,17 +27,17 @@ OPTIONS:
--brew-help Show brew commands (alias to "brew help") --brew-help Show brew commands (alias to "brew help")
version Show brewlog version info version Show brewlog version info
archive Archives the current log file as .xz (gzip as fallback if xz not found) archive Archives the current log file as .xz (gzip as fallback if xz not found)
find [TERM] grep the TERM in the logfile. find [TERM] grep the TERM in the logfile.
tail [-n INT] Show the last "INT" lines from the log file. tail [-n INT] Show the last "INT" lines from the log file.
(default: last 15 lines) (default: last 15 lines)
Homebrew/Linuxbrew Function examples: Homebrew/Linuxbrew Function examples:
brewlog install [formula] Install formula brewlog install [formula] Install formula
brewlog uninstall [formula] Uninstall formula brewlog uninstall [formula] Uninstall formula
brewlog deps [formula] Show dependencies for [formula] brewlog deps [formula] Show dependencies for [formula]
brewlog uses --installed [formula] Show items listing [formula] as a dependency brewlog uses --installed [formula] Show items listing [formula] as a dependency
brewlog outdated Show outdated formulae brewlog outdated Show outdated formulae
brewlog upgrade [formula] Upgrade all (or entered) brew formula brewlog upgrade [formula] Upgrade all (or entered) brew formula
... ... ... ... ... ...
Find out more homebrew commands by running "brew --help". Find out more homebrew commands by running "brew --help".
'; ';