-
Notifications
You must be signed in to change notification settings - Fork 815
feat: 新增对命令行参数、CLI 的支持 #74
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers改进/improvement新增/enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers改进/improvement新增/enhancementNew feature or requestNew feature or request
您希望解决什么问题
本工具目前不支持命令行参数,无法方便实现自动化;不支持 CLI,无法在无图形界面的环境使用。
您期望的做法
可复用现有解析与下载代码,同时将相关代码从
ui文件夹移动到其他地方。其他补充
正在考虑是否将 GUI 与 CLI 做在同一个可执行文件中,还是拆分成两个可执行文件。