mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-07 14:16:22 +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();
|
|
|