mirror of
https://github.com/smogon/sprites.git
synced 2026-07-03 17:12:27 -05:00
fix deploy bug
This commit is contained in:
parent
a583c81ec1
commit
ca2a008ce2
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user