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 {
|
||||
case (cur) {
|
||||
--build | --copy | --switch | --test {
|
||||
setglobal action = cur
|
||||
setglobal action = cur[2:]
|
||||
parseArgs (next, ...rest)
|
||||
}
|
||||
--deriv {
|
||||
|
Reference in New Issue
Block a user