Skip to content

Commit

Permalink
fix: parse flags with init subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Jan 22, 2020
1 parent 9594d3a commit 3ede8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class Init extends Command {
};

async run() {
this.parse(Init);
const scanPath = process.cwd();

const container = createRootContainer({
Expand Down

0 comments on commit 3ede8e0

Please sign in to comment.