mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-13 01:40:59 +00:00
- Update lychee-bin/src/options.rs - Refactor file extension handling to use FileExtensions type for improved clarity and functionality - Refactor file extension parsing to use FromStr implementation for improved clarity - order derive and comment - Add plaintext extension handling to FileType - Set default value for file extensions in Config and implement Display for FileExtensions - Add default file extensions to README documentation - Implement TryFrom for FileExtensions and update input handling to use try_into - Add plaintext extension handling to FileType and fix test --------- Co-authored-by: Thomas Zahner <thomas.zahner@protonmail.ch> |
||
|---|---|---|
| .. | ||
| archive | ||
| commands | ||
| formatters | ||
| cache.rs | ||
| client.rs | ||
| main.rs | ||
| options.rs | ||
| parse.rs | ||
| stats.rs | ||
| time.rs | ||
| verbosity.rs | ||