MeetWq / meme-generator

表情包生成器,用于制作各种沙雕表情包
MIT License
508 stars 72 forks source link

[bug] --text 参数遇到含空格字符串报错 #142

Closed Snoopy1866 closed 2 months ago

Snoopy1866 commented 2 months ago

以下命令正常运行:

meme generate top_notch --texts "LiteLoaderQQNT开发者"

以下命令运行失败:

meme generate top_notch --texts "LiteLoaderQQNT 开发者"

错误信息:

08-17 00:53:37 [INFO] meme_generator.log | Config file path: C:\Users\17531\AppData\Roaming\meme_generator\config.toml
ParamsMismatch(key="top_notch", message="The number of texts is incorrect, it should be no less than 1 and no more than 1")