ddgo/README.md

34 lines
834 B
Markdown
Raw Normal View History

2019-11-18 03:33:44 +00:00
# DDGO
2019-11-14 09:13:45 +00:00
2019-11-18 03:33:44 +00:00
```bash
2019-11-14 09:13:45 +00:00
Usage:
2019-11-18 03:33:44 +00:00
ddgo [OPTIONS]
2019-11-14 09:13:45 +00:00
2019-11-18 03:33:44 +00:00
Application Options:
2019-11-20 09:32:36 +00:00
-a, --addr= Addr to listen on for HTTP server (default: :80) [$ADDR]
-v, --version Show version info
DingTalk Robot Options:
-t, --robot-token= DingTalk robot access token [$ROBOT_TOKEN]
-s, --robot-secret= DingTalk robot secret [$ROBOT_SECRET]
-m, --robot-at-mobiles= The mobile of the person will be at [$ROBOT_AT_MOBILES]
-e, --robot-at-all Whether at everyone [$ROBOT_AT_ALL]
2019-11-14 09:13:45 +00:00
2019-11-18 03:33:44 +00:00
Help Options:
2019-11-20 09:32:36 +00:00
-h, --help Show this help message
2019-11-14 09:13:45 +00:00
```
2019-11-18 03:33:44 +00:00
```bash
2019-11-20 09:32:36 +00:00
____ ____ ___ _____
2019-11-18 03:33:44 +00:00
( _ \( _ \ / __)( _ )
2019-11-20 09:32:36 +00:00
)(_) ))(_) )( (_-. )(_)(
2019-11-18 03:33:44 +00:00
(____/(____/ \___/(_____)
2019-11-14 09:13:45 +00:00
2019-11-18 03:33:44 +00:00
Name: ddgo
2019-11-20 09:32:36 +00:00
Version: v0.0.3
BuildTime: 2019-11-20 17:04:53
GitCommit: 07fdff979c34534650c88a8c677f0446500886be
GoVersion: go version go1.13.4 darwin/amd64
2019-11-14 09:13:45 +00:00
2019-11-18 03:33:44 +00:00
```