Gottwik/Enduro

View on GitHub
cli_commands/juice.js

Summary

Maintainability
A
1 hr
Test Coverage
module.exports = {
    command: ['juice <command>', 'j'],
    desc: 'handles versioning',
    builder: function (yargs) {
        return yargs
            .usage('enduro juice <command>')
            .commandDir('juice_commands')
    },
    handler: function () {}
}