Skip to content

Commit

Permalink
Refactor for breaking changes in commander@13, no functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongoldenthal committed Jan 10, 2025
1 parent 8f73faf commit 81be4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pa11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function configureProgram() {
collectOptions,
[]
)
.allowExcessArguments()
.parse(process.argv);
program.url = program.args[0];
}
Expand Down

0 comments on commit 81be4a8

Please sign in to comment.