mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
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();
|
|
|