factor: Set *ARGV* and run command-line script correctly in step6-stepA
[jackhill/mal.git] / factor / step7_quote / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3 { deploy-c-types? f }
4 { deploy-help? f }
5 { deploy-name "step7_quote" }
6 { "stop-after-last-window?" t }
7 { deploy-unicode? f }
8 { deploy-console? t }
9 { deploy-io 3 }
10 { deploy-reflection 1 }
11 { deploy-ui? f }
12 { deploy-word-defs? f }
13 { deploy-threads? t }
14 { deploy-math? t }
15 { deploy-word-props? f }
16 }