Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 17, 2019
1 parent c49406c commit 50616f7
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 347 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function processStream(options) {
});
}

const command = cli.create('jora', '[query]')
const command = cli.command('jora', '[query]')
.version(require('./package.json').version)
.option('-q, --query <query>', 'Jora query')
.option('-i, --input <filename>', 'Input file')
Expand Down
Loading

0 comments on commit 50616f7

Please sign in to comment.