woocommerce/tools/code-analyzer/bin/run

6 lines
143 B
Plaintext
Raw Normal View History

#!/usr/bin/env node
const oclif = require('@oclif/core')
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))