aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-11-28 19:24:35 +0000
committerChristine Dodrill <me@christine.website>2019-11-28 19:24:35 +0000
commitfaa5368bc50c84c3a1dfaf67bc21c2cd2bbb921f (patch)
tree8724fdbe33bc30504b09ccc3f4ded682de4c2f8b /docs
parenta24e7b68f0b4abd992b45536b2b3b7aab52e941a (diff)
downloadx-faa5368bc50c84c3a1dfaf67bc21c2cd2bbb921f.tar.xz
x-faa5368bc50c84c3a1dfaf67bc21c2cd2bbb921f.zip
completionv1.2.0
Diffstat (limited to 'docs')
-rw-r--r--docs/man1/ghstat.175
1 files changed, 0 insertions, 75 deletions
diff --git a/docs/man1/ghstat.1 b/docs/man1/ghstat.1
deleted file mode 100644
index 694c72e..0000000
--- a/docs/man1/ghstat.1
+++ /dev/null
@@ -1,75 +0,0 @@
-.Dd December 09, 2018
-.Dt GHSTAT 1 URM
-
-
-.Sh NAME
-.Nm ghstat
-.Nd Look up and summarize the status of GitHub.
-
-
-.Sh SYNOPSIS
-.Nm
-.Op Fl license
-.Op Fl message
-
-
-
-.Sh DESCRIPTION
-.Nm
-is a small tool to help users look up information about
-.Lk hyperlink: https://github.com GitHub
-system status as viewed by their
-.Lk hyperlink: https://status.github.com Status API
-.
-
-By default this tool will print a very small summary of GitHub status followed by the time the last update was made in RFC 3339 time format.
-
-Here's an example:
-
-.Li $ ghstat
-.Li Status: good (2018-12-06T17:09:57Z)
-
-.Bl -tag -width " " -offset indent -compact
-
-.It Fl license
-If set, the tool will show its software license details and then exit.
-
-.It Fl message
-If set, the tool will show the last status message from GitHub more verbosely like such:
-
-.Li $ ghstat -message
-.Li Last message:
-.Li Status: good
-.Li Message:
-.Li Time:
-
-When there is a message relevant to the status, it and its time will be shown here.
-
-.El
-
-
-.Sh EXAMPLES
-
-.Li ghstat
-
-.Li ghstat -license
-
-.Li ghstat -message
-
-
-.Sh DIAGNOSTICS
-
-.Ex -std ghstat
-
-
-.Sh SEE ALSO
-
-.Bl -bullet
-
-.It
-.Lk hyperlink: https://github.com GitHub
-
-.It
-.Lk hyperlink: https://status.github.com GitHub Status
-
-.El