JMComic-Crawler-Python/usage/usage_cl.py

28 lines
357 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
使用命令行下载禁漫本子
1. 基本用法
# 下载album 123 456下载photo 333。彼此之间使用空格间隔
```
jmcomic 123 456 p333
```
2. 自定义option
2.1. 通过命令行
```
jmcomic 123 --option="D:/a.yml"
```
2.2. 通过环境变量
设置环境: JM_OPTION_PATH = D:/a.yml
命令行的命令不变
```
jmcomic 123
```
"""