Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-one committed Aug 30, 2023
1 parent 6b43e15 commit e01139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ program
)
.option("-w, --no-wait-page-load", "Disable waiting for page to be loaded.")
.option("-h, --custom-headers", "Pass a custom header.") //
// .option("-d, --debug", "Sets the prinout level to debug.") //
.option("-d, --debug", "Sets the prinout level to debug.") //
.option("-D, --dry", "Just prints the links it would visit without visiting.")
.option("-s, --silent", "Log only errors.")
.option(
Expand Down

0 comments on commit e01139a

Please sign in to comment.