Skip to content

Commit

Permalink
fix: use default import of yargs for --help (#6986)
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall committed Nov 9, 2020
1 parent aa99150 commit 6ef8ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import "reflect-metadata";
import * as yargs from "yargs";
import yargs from "yargs";
import {SchemaSyncCommand} from "./commands/SchemaSyncCommand";
import {SchemaDropCommand} from "./commands/SchemaDropCommand";
import {QueryCommand} from "./commands/QueryCommand";
Expand Down

0 comments on commit 6ef8ffe

Please sign in to comment.