-
Notifications
You must be signed in to change notification settings - Fork 0
5. Execution
Gurdeep Singh (Guru) edited this page Jul 12, 2024
·
2 revisions
You can either execute the index.php or via the shell command that points to index.php.
php index.php {command} argument1 argument2 ...
./hibp {command} argument1 argument2 ...
vendor/bin/hibp {command} argument1 argument2 ...
Arguments format is --argument_name=argument_value
./hibp download --type=ntlm --compress=true --async=100 ...
Note: Arguments can be provided in any order.