aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-08 22:32:59 +0200
committerTeddy Wing2022-05-08 22:32:59 +0200
commit9357b3b1e63365e2e28a4750da482e22e6335ef1 (patch)
treec7b8e98cbcfed556eefc6e13610e6122604c2c4b
parent8b018652547961d066c11df587ce0ea6f6895ad0 (diff)
downloadwajir-9357b3b1e63365e2e28a4750da482e22e6335ef1.tar.bz2
Start writing man page
-rw-r--r--doc/wajir.1.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/wajir.1.txt b/doc/wajir.1.txt
new file mode 100644
index 0000000..db4fc59
--- /dev/null
+++ b/doc/wajir.1.txt
@@ -0,0 +1,32 @@
+wajir(1)
+========
+
+NAME
+----
+wajir - Watch Jira issues
+
+SYNOPSIS
+--------
+'wajir' TODO
+
+DESCRIPTION
+-----------
+
+OPTIONS
+-------
+--login::
+ Jira login email address.
+
+--token::
+ Jira API token. Obtained from: TODO
+
+--endpoint::
+--sendmail::
+--email-to::
+--verbose::
+
+-h, --help::
+ Print usage help.
+
+-V, --version::
+ Print the program version.