mirror of
https://github.com/smogon/sprites.git
synced 2026-08-18 23:40:22 -05:00
fix deploy bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user