-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
[BUG] 在使用ps1
脚本运行开发工具时,部分参数不会正确传递
#97
Comments
This comment was marked as resolved.
This comment was marked as resolved.
测试用命令 ffdev 代码行数 --dir "D:\***\Chinese_git" --ignore-empty-lines --ignore-comments --show-ignored-lines --ignore-files LICENSE,Check_INFO.bat,Check_INFO_save.bat --ignore-folders "环境配置" --formats cpp,cxx,py,pyw,js,html,css,java,bat 被传入的参数 Namespace(dir_path='D:\\Duckhome\\CodeDebug\\Chinese_git', ignore_folders=None, ignore_files=None, file_formats=None, ignore_empty_lines=False, ignore_comments=False, show_ignored_lines=False, show_test_info=False, code_file_formats=False)
|
DuckDuckStudio
added a commit
to DuckDuckStudio/Fufu_Dev_Tools
that referenced
this issue
Aug 4, 2024
其他修改: remove: 移除错误的ps1脚本 Link issue(s): - DuckDuckStudio/Fufu_Tools#97
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关参数
开发工具版本:
2024.08.04.2345
命令:
参数:
情况分析
使用
ffdev
(ps1
脚本) 时,出现未知错误:Note
按理来说,出现错误的文件应该已经被
--formats cpp,cxx,py,pyw,js,html,css,java,bat
参数忽略,可是仍被处理。尝试解决
""
得到相同结果。
[]
得到同样结果。
py
脚本正常运行。
ffdev
的修改版py
脚本运行正常运行。
总结问题
综上,测试未能解决问题,但将问题定位值
ps1
脚本上。Note
问题定位在
ps1
脚本上,且运行命令无误The text was updated successfully, but these errors were encountered: