Skip to content

Commit

Permalink
Add http-auth instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Xavier Penha Neto committed Oct 14, 2023
1 parent f7c1700 commit fd1fde9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/core/cli_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def cli_browser_options
exists: true,
advanced: true,
default: APP_DIR.join('user_agents.txt')),
OptCredentials.new(['--http-auth login:password']),
OptCredentials.new(['--http-auth login:password',
'Basic HTTP authentication, beware that the $ character must be properly escaped.']),
OptPositiveInteger.new(['-t', '--max-threads VALUE', 'The max threads to use'],
default: 5),
OptPositiveInteger.new(['--throttle MilliSeconds', 'Milliseconds to wait before doing another web request. ' \
Expand Down

0 comments on commit fd1fde9

Please sign in to comment.