We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc87db commit 60a3e4aCopy full SHA for 60a3e4a
basis/tools/deploy/deploy.factor
@@ -123,8 +123,8 @@ ERROR: no-vocab-main vocab ;
123
{ help "The vocabulary or vocabularies to be deployed" }
124
{ variable "vocabs-to-deploy" }
125
}
126
- }
127
- parse-options [ "vocabs-to-deploy" get [ [ require ] [ deploy ] bi ] each ] with-variables
128
- f program-epilog set-global ;
+ } [
+ "vocabs-to-deploy" get [ [ require ] [ deploy ] bi ] each
+ ] with-options f program-epilog set-global ;
129
130
MAIN: deploy-main
0 commit comments