mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
list example of brew uses
This commit is contained in:
parent
8de66c77db
commit
6924327778
1 changed files with 6 additions and 5 deletions
11
brewlog.sh
11
brewlog.sh
|
|
@ -32,11 +32,12 @@ OPTIONS:
|
||||||
(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 outdated Show outdated formulae
|
brewlog uses --installed [formula] Show items listing [formula] as a dependency
|
||||||
brewlog upgrade [formula] Upgrade all (or entered) brew formula
|
brewlog outdated Show outdated formulae
|
||||||
|
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".
|
||||||
';
|
';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue