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
mine: install
forge find --mine
forge --no-gui find --mine
all: install
forge find --all
forge --no-gui find --all
patches: install
forge --do-patches
@ -82,7 +82,8 @@ restart:
make private
user: install
forge --user
forge find --all --user
forge --no-gui find --all
master: install
forge --master