Update publish justfile command to accept arguments

This commit is contained in:
Gwilym Inzani 2023-04-12 15:12:00 +01:00
parent f677ff1840
commit 0e006bd3d5

View file

@ -81,7 +81,7 @@ update-linker-scripts:
find -type f -name gba.ld | grep -v ./agb/gba.ld | xargs -n1 cp -v -- agb/gba.ld
find -type f -name gba_mb.ld | grep -v ./agb/gba_mb.ld | xargs -n1 cp -v -- agb/gba_mb.ld
publish: (_run-tool "publish")
publish *args: (_run-tool "publish" args)
release +args: (_run-tool "release" args)