1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Fixed Issues and added a UI

This commit is contained in:
imfunny 2019-08-13 15:24:14 +05:30 committed by GitHub
parent 39ffee2944
commit 870758aa69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 614 additions and 580 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/env node
#! /usr/bin/env node
/* Argument parser */
const program = require("commander");
@ -10,6 +10,11 @@ const { uiCommand } = require("../ui");
const { runCommand } = require("../run");
const { version } = require("../package.json");
function collect(val, memo) {
memo.push(val);
return memo;
}
program
.command("build <username>")
.description(