Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

使用指定配置文件

Ciel edited this page Aug 16, 2020 · 1 revision

本程序接受一个参数指定使用的配置文件,可以使用绝对路径或者相对于主程序的相对路径。

例子

/path/to/jlu-health-reporter.py               # 默认使用同目录下的 config.json
/path/to/jlu-health-reporter.py old.json      # 使用同目录下的 old.json
/path/to/jlu-health-reporter.py /etc/jlu.json # 使用 /etc/jlu.json
/path/to/jlu-health-reporter.py /dev/stdin    # 使用标准输入流
Clone this wiki locally