feat: add incremental file scan state with optional --rescan full run
This commit is contained in:
@@ -38,9 +38,13 @@ mdlink .
|
||||
|
||||
- `--timeout FLOAT`
|
||||
Per-request timeout in seconds (default: `10.0`).
|
||||
- `--rescan`
|
||||
Discard `.mdlink-state.json` and run a full scan on all matching files.
|
||||
- `--check CODE`
|
||||
Report only selected HTTP status codes. Repeat option for multiple codes (for example `--check 404` or `--check 301 --check 404`).
|
||||
|
||||
By default, `mdlink` stores scanned file paths in `.mdlink-state.json` and skips those files in later runs.
|
||||
|
||||
## Interactive Redirect Rewrite
|
||||
|
||||
Step 1: When a Markdown link redirects, `mdlink` prompts:
|
||||
|
||||
Reference in New Issue
Block a user