lychee/lychee-bin/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
..
archive Respect timeout when retrieving archived link (#1526) 2024-10-12 21:49:50 +02:00
commands Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
formatters Rename fail_map to error_map for improved clarity in response statistics (#1560) 2024-11-08 09:02:33 +01:00
cache.rs Add documentation 2022-06-21 10:03:31 +02:00
client.rs Pass along --max-retries config option (#1572) 2024-11-26 13:43:03 +01:00
main.rs Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
options.rs Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
parse.rs feat: Add support for ranges in the --accept option / config field (#1167) 2023-09-17 21:39:01 +02:00
stats.rs Rename fail_map to error_map for improved clarity in response statistics (#1560) 2024-11-08 09:02:33 +01:00
time.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
verbosity.rs feat(clap): show help menu on no args as well (#1458) 2024-06-25 11:03:56 +02:00