Skip to content

Commit

Permalink
Merge branch 'master' into feat/on-finish-command
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 28, 2019
2 parents 8259bbb + 033eb81 commit 0a2e98f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/typescript.md
Expand Up @@ -7,7 +7,9 @@ The following `.options()` definition:

```typescript
#!/usr/bin/env node
import yargs from 'yargs';
import * as yargs from 'yargs';
// or with the "esModuleInterop" compiler option set to "true":
// import yargs from 'yargs';

const argv = yargs.options({
a: { type: 'boolean', default: false },
Expand Down

0 comments on commit 0a2e98f

Please sign in to comment.