Skip to content

Commit

Permalink
Update CLI to handle argv as a promise type
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-codaio committed May 28, 2021
1 parent f5b87dd commit 4758b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/coda.ts
Expand Up @@ -15,7 +15,7 @@ import yargs from 'yargs';

if (require.main === module) {
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
yargs
void yargs
.parserConfiguration({'parse-numbers': false})
.command({
command: 'execute <manifestPath> <formulaName> [params..]',
Expand Down
2 changes: 1 addition & 1 deletion dist/cli/coda.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4758b10

Please sign in to comment.