kopia lustrzana
https://github.com/therootcompany/greenlock.js.git
synced 2024-11-16 17:29:00 +00:00
comments
This commit is contained in:
rodzic
39e58b8bd6
commit
b556643e78
@ -2,8 +2,12 @@
|
||||
'use strict';
|
||||
|
||||
var args = process.argv.slice(2);
|
||||
console.log(args);
|
||||
//console.log(args);
|
||||
//['certonly', 'add', 'config', 'defaults', 'remove']
|
||||
if ('certonly' === args[0]) {
|
||||
require('./certonly.js');
|
||||
return;
|
||||
}
|
||||
|
||||
console.error("command not yet implemented");
|
||||
process.exit();
|
||||
|
Ładowanie…
x
Reference in New Issue
Block a user