Hypercubed/autocmdr

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage

var commander = require('commander');

/**
 * Expose the root command.
 */

exports = module.exports = new commander.Command();

/**
 * Expose `Command`.
 */

exports.Command = commander.Command;