mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-02 04:42:41 +00:00
Named volume for db, --update-models arg
This commit is contained in:
parent
5285697203
commit
959f4638cc
6 changed files with 20 additions and 18 deletions
|
@ -144,7 +144,9 @@ def get_args():
|
|||
parser.add_argument(
|
||||
"--disable-web-ui", default=DEFARGS['DISABLE_WEB_UI'], action="store_true", help="Disable web ui"
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--update-models", default=DEFARGS['UPDATE_MODELS'], action="store_true", help="Update language models at startup"
|
||||
)
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue