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:
parent
39ffee2944
commit
870758aa69
19 changed files with 614 additions and 580 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue