We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 152bc23 + 6df15ac commit e9b5c17Copy full SHA for e9b5c17
src/yargs.ts
@@ -86,7 +86,7 @@ const choices: ArgvChoices = {
86
export async function setup(): Promise<Argv> {
87
const currentYear = new Date().getFullYear();
88
89
- const argv = await yargs()
+ const argv = await yargs(process.argv.slice(2))
90
.usage('Usage: diff2html [options] -- [diff args]')
91
.option('style', {
92
alias: 's',
0 commit comments