scripts/deploy: fix --build, --copy, --switch, --test flags
This commit is contained in:
@@ -73,7 +73,7 @@ proc parseArgs(;cur=null, next=null, ...rest) {
|
|||||||
} else {
|
} else {
|
||||||
case (cur) {
|
case (cur) {
|
||||||
--build | --copy | --switch | --test {
|
--build | --copy | --switch | --test {
|
||||||
setglobal action = cur
|
setglobal action = cur[2:]
|
||||||
parseArgs (next, ...rest)
|
parseArgs (next, ...rest)
|
||||||
}
|
}
|
||||||
--deriv {
|
--deriv {
|
||||||
|
Reference in New Issue
Block a user