We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0db65 commit 3375af3Copy full SHA for 3375af3
src/gga.ts
@@ -2,10 +2,11 @@
2
3
import * as program from 'commander'
4
import allCommands from './commands/all-commands'
5
-
6
require('pkginfo')(module, 'version')
7
8
-program.version(module.exports.version).description('Cli tool for bootstrapping production grade GraphQL server')
+program
+ .version(module.exports.version)
9
+ .description('Cli tool for bootstrapping production grade GraphQL server')
10
11
for (let command of allCommands) {
12
program
0 commit comments