octoblu/governator-service

View on GitHub
command.js

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node

require('coffee-script/register');
var Command = require('./command.coffee');
var command = new Command(process.argv);
command.run()