@graphenedata/cli 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli.ts CHANGED
@@ -118,11 +118,6 @@ program
118
118
  }
119
119
  })
120
120
 
121
- if (process.env.GRAPHENE_DEBUG) {
122
- let cmd = (program.commands as any[]).find(c => c._name == process.argv[2])
123
- cmd._actionHandler
124
- }
125
-
126
121
  program.parse(process.argv)
127
122
 
128
123
  async function readInput (arg): Promise<string> {