lychee/lychee-lib/src
Trask Stalnaker 6d0e94c799
Introduce --root-dir (#1576)
* windows

* Introduce --root-path

* lint

* lint

* Simplification

* Add unit tests

* Add integration test

* Sync docs

* Add missing comment to make CI happy

* Revert one of the Windows-specific changes because causing a test failure

* Support both options at the same time

* Revert a comment change that is no longer applicable

* Remove unused code

* Fix and simplification

* Integration test both at the same time

* Unit tests both at the same time

* Remove now redundant comment

* Revert windows-specific change, seems not needed after recent changes

* Use Collector::default()

* extract method and unit tests

* clippy

* clippy: &Option<A> -> Option<&A>

* Remove outdated comment

* Rename --root-path to --root-dir

* Restrict --root-dir to absolute paths for now

* Move root dir check
2024-12-13 14:36:33 +01:00
..
basic_auth feat: add support for basic auth per URI (#1110) 2023-06-26 12:06:24 +02:00
chain Extend compact format (#1497) 2024-09-09 18:33:18 +02:00
checker Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00
extract Support underscores in Markdown URLs (#1555) 2024-11-07 14:54:42 +01:00
filter Exclude tel scheme from being checked (#1429) 2024-05-19 20:31:38 +02:00
quirks Add quirks support for youtube-nocookie.com and youtube embed URLs (#1563) 2024-11-08 06:15:26 +01:00
types Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
utils Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
client.rs Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00
collector.rs Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
lib.rs Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
remap.rs Extend compact format (#1497) 2024-09-09 18:33:18 +02:00
retry.rs Fix retries (#1573) 2024-11-27 22:58:32 +01:00
test_utils.rs Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00