We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.48更新后 源文件夹内 .jpg .txt .nfo等无关文件均会硬链至目标文件夹 , 记忆中在此前版本不会这样 这使得 -e 参数没有意义 , 同时刮削时会联动修改某些nfo源文件导致无法做种
建议对应添加一个参数以设置排除不需要的文件扩展名 比如--exclude 另外,从语义易读角度来看-e(--excludeExtname)更适合排除扩展名 ,而-i(--includeExtname)更适合保留扩展名
(●'◡'●)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
0.48更新后 源文件夹内 .jpg .txt .nfo等无关文件均会硬链至目标文件夹 , 记忆中在此前版本不会这样
这使得 -e 参数没有意义 , 同时刮削时会联动修改某些nfo源文件导致无法做种
建议对应添加一个参数以设置排除不需要的文件扩展名 比如--exclude
另外,从语义易读角度来看-e(--excludeExtname)更适合排除扩展名 ,而-i(--includeExtname)更适合保留扩展名
(●'◡'●)
The text was updated successfully, but these errors were encountered: