scripts/deploy: fix --build, --copy, --switch, --test flags

This commit is contained in:
2025-05-17 04:58:32 +00:00
parent a375393f2a
commit 9daacae794

View File

@@ -73,7 +73,7 @@ proc parseArgs(;cur=null, next=null, ...rest) {
} else {
case (cur) {
--build | --copy | --switch | --test {
setglobal action = cur
setglobal action = cur[2:]
parseArgs (next, ...rest)
}
--deriv {