feat(core): Support environment variable parsing in config files (#1640)

This commit is contained in:
Mg Pig
2025-12-02 17:54:31 +08:00
committed by GitHub
parent ae6d929f4a
commit 53f279f5ff
10 changed files with 898 additions and 6 deletions

View File

@@ -21,6 +21,9 @@ core_clap:
config_dir:
en: "Load all .toml files in the directory to start network instances, and store the received configurations in this directory."
zh-CN: "加载目录中的所有 .toml 文件以启动网络实例,并将下发的配置保存在此目录中。"
disable_env_parsing:
en: "disable environment variable parsing in config file"
zh-CN: "禁用配置文件中的环境变量解析"
generate_completions:
en: "generate shell completions"
zh-CN: "生成 shell 补全脚本"