graphql-engine/community/tools/json2graphql/bin/run
2018-09-17 18:23:23 +05:30

5 lines
93 B
JavaScript
Executable File

#!/usr/bin/env node
require('../src/command').run()
.catch(require('@oclif/errors/handle'))