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
抱歉我是小白,在docker上使用,一月三号最新版本,旧版本的参数项用不了所以现在是需要挂载config文件是吗。我挂载了config文件的目录为app/configs,输入命令--config-file /app/configs/a.ini,但运行提示“unknown option --config-file”。
docker run -v I:\mangatrans\configs:/app/configs ... --ipc=host --rm zyddnys/manga-image-translator:main --config-file /app/configs/a.ini ...
unknown option --config-file usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information.
The text was updated successfully, but these errors were encountered:
好像即使什么命令都没有它也会报错。。。
docker run -v I:\mangatrans\eng:/app/eng --ipc=host --rm zyddnys/manga-image-translator:main -i=/app/eng
Unknown option: -=
Sorry, something went wrong.
No branches or pull requests
Issue
抱歉我是小白,在docker上使用,一月三号最新版本,旧版本的参数项用不了所以现在是需要挂载config文件是吗。我挂载了config文件的目录为app/configs,输入命令--config-file /app/configs/a.ini,但运行提示“unknown option --config-file”。
Command Line Arguments
docker run -v I:\mangatrans\configs:/app/configs ... --ipc=host --rm zyddnys/manga-image-translator:main --config-file /app/configs/a.ini ...
Console logs
unknown option --config-file
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
The text was updated successfully, but these errors were encountered: