rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
143 Bytes
#!/usr/bin/env node
const oclif = require('@oclif/core')
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))