diff options
| author | Christine Dodrill <xena@yolo-swag.com> | 2015-03-27 08:23:16 -0700 |
|---|---|---|
| committer | Christine Dodrill <xena@yolo-swag.com> | 2015-03-27 08:23:16 -0700 |
| commit | 05fab5fde6e4e183e356914053c35dea2336989d (patch) | |
| tree | 2932abc64615b375c4ca9e086e376f137030a8b2 | |
| parent | ef53e2422806f0a83d4167fb6aa40f575c07873d (diff) | |
| download | x-05fab5fde6e4e183e356914053c35dea2336989d.tar.xz x-05fab5fde6e4e183e356914053c35dea2336989d.zip | |
document ghstat
| -rw-r--r-- | README.md | 13 | ||||
| -rw-r--r-- | ghstat/README.md | 9 | ||||
| -rw-r--r-- | ghstat/doc.go | 10 |
3 files changed, 32 insertions, 0 deletions
@@ -97,3 +97,16 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. ``` + +--- + +`ghstat` +-------- +-- +Command ghstat shows the status of GitHub via their status API. + + Usage of ./ghstat: + -message=false: show last message? + +This follows https://status.github.com/api for all but the list of all recent +status messages. diff --git a/ghstat/README.md b/ghstat/README.md new file mode 100644 index 0000000..0ff7b52 --- /dev/null +++ b/ghstat/README.md @@ -0,0 +1,9 @@ +# ghstat +-- +Command ghstat shows the status of GitHub via their status API. + + Usage of ./ghstat: + -message=false: show last message? + +This follows https://status.github.com/api for all but the list of all recent +status messages. diff --git a/ghstat/doc.go b/ghstat/doc.go new file mode 100644 index 0000000..634c3bc --- /dev/null +++ b/ghstat/doc.go @@ -0,0 +1,10 @@ +/* +Command ghstat shows the status of GitHub via their status API. + + Usage of ./ghstat: + -message=false: show last message? + +This follows https://status.github.com/api for all but the list of all +recent status messages. +*/ +package main |
