ddgo/README.md

39 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2019-11-18 03:33:44 +00:00
# DDGO
2019-11-14 09:13:45 +00:00
2019-12-02 02:38:24 +00:00
[![license](https://badgen.net/badge/license/MIT/blue)](./LICENSE)
[![](https://badgen.net/github/commits/ehlxr/ddgo)](https://github.com/ehlxr/ddgo/commits/)
[![](https://badgen.net/github/last-commit/ehlxr/ddgo)]((https://github.com/ehlxr/ddgo/commits/))
[![](https://badgen.net/github/releases/ehlxr/ddgo)](https://github.com/ehlxr/ddgo/releases)
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
```