ITADN

Fix regex to handle default extensions with dot in name

#19Pull Requestmirrin00 创建于 2025-08-12
M
mirrin00commented
`%w` accepts only letters, while some extensions have dot in name (for example tar.gz). Add `\\.` to handle these extensions. Also do not accept dot as first char, because it will be added automatically. Add notification about unknown arguments.
合并状态:未合并 关闭于 2025-08-15 1 条评论