From 298dd2bf08500f8cdd58d8a22c3d8066fce4869f Mon Sep 17 00:00:00 2001 From: jyxjjj <773933146@qq.com> Date: Thu, 16 Oct 2025 12:18:26 +0800 Subject: [PATCH] feat(command): add --config flag to set custom config path --- pages/guide/installation/manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/guide/installation/manual.md b/pages/guide/installation/manual.md index a076a9d96..5a3e5a5b1 100644 --- a/pages/guide/installation/manual.md +++ b/pages/guide/installation/manual.md @@ -355,6 +355,7 @@ Available Commands: Flags: --data string data folder (default "data") + --config string config file (default "data/config.json") --debug start with debug mode --dev start with dev mode --force-bin-dir Force to use the directory where the binary file is located as data directory @@ -390,6 +391,7 @@ Use "openlist [command] --help" for more information about a command. 标志参数: --data string 数据文件夹(默认值 "data") + --config string 配置文件(默认值 "data/config.json") --debug 启动时使用调试模式 --dev 启动时使用开发模式 --force-bin-dir 强制使用二进制文件所在目录作为数据目录