mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-18 17:50:37 +01:00
bc6b5c9225
Move everything around Add another 50 or so games *** 'port' option should now be CONNECT port, not query port *** add reference for many missing games
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
#!/usr/bin/env node
|
|
|
|
var TypeResolver = require('../lib/typeresolver');
|
|
TypeResolver.printReadme();
|
|
|