Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Oct 25, 2019
1 parent e115f3a commit f880316
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
7 changes: 5 additions & 2 deletions src/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require('dotenv').config();
const parser = require('./parser');
parser.argv;

require('yargs')
.commandDir('cmds')
.demandCommand()
.help().argv;
11 changes: 0 additions & 11 deletions src/output.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/parser.js

This file was deleted.

0 comments on commit f880316

Please sign in to comment.