Skip to content

Commit

Permalink
📦 NEW: option
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Apr 8, 2020
1 parent f487345 commit 9090d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const io = require("console-read-write");
const email = require("./getEmail");
const stars = require("./getStargazer");
const exit = require("./exit");
const issue = require("./createIssue");
const repo = require("./createRepo");
const chalk = require("chalk");

Expand All @@ -23,6 +24,7 @@ module.exports = async () => {
stars();
break;
case "3":
issue();
break;
case "4":
repo();
Expand Down

0 comments on commit 9090d4b

Please sign in to comment.