minor cleanups after argv changes

This commit is contained in:
Jeff Carr 2024-12-24 04:58:27 -06:00
parent 55e7e11a4c
commit 4ec714a678
1 changed files with 4 additions and 3 deletions

View File

@ -59,10 +59,10 @@ pull: install
forge do --pull forge do --pull
mine: install mine: install
forge find --mine forge --no-gui find --mine
all: install all: install
forge find --all forge --no-gui find --all
patches: install patches: install
forge --do-patches forge --do-patches
@ -82,7 +82,8 @@ restart:
make private make private
user: install user: install
forge --user forge find --all --user
forge --no-gui find --all
master: install master: install
forge --master forge --master