redmine-time-manager/bin/run
Pavel Gnedov 380d4c02a8 init
2022-01-30 00:55:41 +07:00

5 lines
143 B
JavaScript
Executable file

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