2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-22 03:08:04 +00:00

ready for bump

This commit is contained in:
AJ ONeal 2015-12-17 09:16:43 +00:00
parent 2b2c9a2081
commit 2360fc8222

View File

@ -30,6 +30,7 @@ cli.parse({
// ignore certonly and extraneous arguments
cli.main(function(_, options) {
console.log('');
var args = {};
var homedir = require('homedir')();