You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: The `--debug` flag has been removed. All errors are printed instead, in the hopes that giving the user every hint possible will help them get down to the root of their problem. Hopefully the error stacks don't confuse anyone. 🤓
Closes#54.
Copy file name to clipboardExpand all lines: readme.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,6 @@ Options:
71
71
--as-html ................ Output as HTML instead
72
72
--config-file ............ Path to a JSON or JS configuration file
73
73
--devtools ............... Open the browser with devtools instead of creating PDF
74
-
--debug .................. Show more output on errors
75
74
```
76
75
77
76
The pdf is generated into the same directory as the source file and uses the same filename (with `.pdf` extension) by default. Multiple files can be specified by using shell globbing, e. g.:
0 commit comments