Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document --custom_flags in CLI #164

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Document --custom_flags in CLI
Fixes #160
kzu authored Sep 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2c904bfc47e202fa8d5ddf888a16a577ec09b490
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -297,6 +297,7 @@ You can call it by typing `hti` or `html2image` into a terminal.
| -q, --quiet| Disable all CLI's outputs | `hti --quiet` |
| -v, --verbose| More details, can help debugging | `hti --verbose` |
| --chrome_path| Specify a different chrome path ||
| --custom_flags| Specify custom browser flags |
| --temp_path| Specify a different temp path (where the files are loaded)||

<br>