Skip to content

Commit

Permalink
chore: Fixed importing yargs Parser from yargs@16 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl committed Jan 20, 2021
1 parent c78e9f4 commit 1614e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {readFileSync} from 'fs';
import camelCase from 'camelcase';
import decamelize from 'decamelize';
import yargs from 'yargs';
// TODO(rpl): try to remove the following suppress comment after updating flow to more recent versions.
// $FlowFixMe: flow doesn't seem to read yet the package.json config that should make yargs/yargs available.
import { Parser as yargsParser } from 'yargs/yargs';

import defaultCommands from './cmd';
Expand Down

0 comments on commit 1614e38

Please sign in to comment.