fix deploy bug

This commit is contained in:
Christopher Monsanto 2020-04-30 05:44:42 -04:00
parent a583c81ec1
commit ca2a008ce2

View File

@ -17,7 +17,7 @@ program
.command('print <tag>')
.option('-d, --dir [dir]', 'Directory')
.option('--json', 'As JSON')
.action((opts) => {
.action((tag, opts) => {
const dir = opts.dir || '.';
const results = run(find(dir, tag));
if (opts.json) {