UseDocumentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
wget --progress to avoid excessively bloated build logs.
| Property | Value |
|---|---|
| Severity | Info |
| Category | Best Practice |
| Default | Enabled |
| Auto-fix | Yes (--fix) |
Description
wget without flag --progress will result in excessively bloated build logs when downloading larger files because it outputs a line for each
fraction of a percentage point.
Examples
Problematic code
Correct code
Auto-fix
Adds--progress=dot:giga to wget commands. Skipped if -q, --quiet, -nv, --no-verbose, -o, --output-file, -a, --append-output, or
--progress is already present.