diff options
Diffstat (limited to 'tldr.1')
| -rw-r--r-- | tldr.1 | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -23,9 +23,12 @@ Proxy URL for HTTP requests (e.g., http://proxy:8080). HTTP header in "Name: Value" format. Can be specified multiple times. .TP .BR \-n ", " \-\-nodriver -Use nodriver (headless browser) to fetch JavaScript-rendered pages. +Use nodriver (headless browser by default) to fetch JavaScript-rendered pages. Incompatible with \fB\-\-header\fR. Supports \fB\-\-proxy\fR. .TP +.BR \-d ", " \-\-debug +Show browser window when using \fB\-\-nodriver\fR (disables headless mode). +.TP .BR \-r ", " \-\-raw Output raw extracted text instead of LLM summary. .TP @@ -93,6 +96,14 @@ Output raw text without summarization: tldr https://example.com --raw .fi .RE +.PP +Debug mode (show browser window): +.PP +.RS +.nf +tldr https://example.com --nodriver --debug -m claude/sonnet +.fi +.RE .SH SEE ALSO .BR curl (1), .BR wget (1) |
