Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Revert "cli: abort on unknown options (#729)"
Browse files Browse the repository at this point in the history
This reverts commit e8b7f48.
  • Loading branch information
Conduitry committed Jul 28, 2019
1 parent 4914554 commit 0d26fa3
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
Expand Up @@ -268,7 +268,7 @@ prog.command('export [dest]')
}
});

prog.parse(process.argv, { unknown: (arg: string) => `Unknown option: ${arg}` });
prog.parse(process.argv);


async function _build(
Expand Down

0 comments on commit 0d26fa3

Please sign in to comment.