|
32 | 32 | "use strict"; |
33 | 33 |
|
34 | 34 | exports.options = [ |
35 | | - { option: 'port', alias: 'p', type: 'Int', description: 'port. Default 18679'}, |
36 | | - { option: 'dns', type: 'Boolean', description: 'enable dns server'}, |
37 | | - { option: 'address', type: 'String', description: 'ip address for dns and controller url conversion'}, |
38 | | - { option: 'app-mode', type: 'Boolean', description: 'run as an app'}, |
39 | | - { option: 'show', type: 'String', description: 'html file to launch, default "games"'}, |
40 | | - { option: 'system-name', type: 'String', description: 'name used if multiple happyFunTimes servers are running on the same network. Default = computer name'}, |
41 | | - { option: 'ask-name', type: 'Boolean', description: 'ask for name on start, use --no-ask-name to set to false', default: "true"}, |
42 | | - { option: 'menu', type: 'Boolean', description: 'show menu icon on controller, use --no-menu to turn off', default: "true"}, |
43 | | - { option: 'minify', type: 'Boolean', description: 'minify -minify.js files', default: false}, |
| 35 | + { option: 'port', alias: 'p', type: 'Int', description: 'port. Default 18679'}, |
| 36 | + { option: 'dns', type: 'Boolean', description: 'enable dns server'}, |
| 37 | + { option: 'address', type: 'String', description: 'ip address for dns and controller url conversion'}, |
| 38 | + { option: 'app-mode', type: 'Boolean', description: 'run as an app'}, |
| 39 | + { option: 'show', type: 'String', description: 'html file to launch, default "games"'}, |
| 40 | + { option: 'system-name', type: 'String', description: 'name used if multiple happyFunTimes servers are running on the same network. Default = computer name'}, |
| 41 | + { option: 'ask-name', type: 'Boolean', description: 'ask for name on start, use --no-ask-name to set to false', default: "true"}, |
| 42 | + { option: 'menu', type: 'Boolean', description: 'show menu icon on controller, use --no-menu to turn off', default: "true"}, |
| 43 | + { option: 'minify', type: 'Boolean', description: 'minify -minify.js files', default: false}, |
| 44 | + { option: 'kiosk', type: 'Boolean', description: 'skip the index', default: false}, |
44 | 45 | ]; |
45 | 46 |
|
0 commit comments