| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The scrape help described multi-URL behavior but not what a single URL does, the -o flag did not say it applies to one URL only, and -f never named its default format. This adds the three missing facts to the description strings. No behavior changes.
| Back | FazBrowse Home | New Git URL |
Why
firecrawl scrape is the command that downloads a web page. Its help text leaves out three facts a first-time user needs.
Here is the current help, and what each line does not say:
This describes what many URLs do. It never says what one URL does: the page prints to stdout. A user who scrapes one page and expects a file gets nothing on disk and no explanation.
This says where one URL goes. It never says the flag only applies to a single URL.
This lists eleven formats. It never states which one you get by default: markdown.
Summary
The same three lines, after:
Test Plan