lib: add some manpages generated with `nitpackage`
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 8 May 2018 22:20:39 +0000 (18:20 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 15 May 2018 15:53:51 +0000 (11:53 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/github/man/loader.man [new file with mode: 0644]
lib/markdown/man/nitmd.man [new file with mode: 0644]

diff --git a/lib/github/man/loader.man b/lib/github/man/loader.man
new file mode 100644 (file)
index 0000000..833d7c7
--- /dev/null
@@ -0,0 +1,54 @@
+# NAME
+
+loader - Load a GitHub repo into a MongoDb.
+
+# SYNOPSIS
+
+loader <repo_name>
+
+# OPTIONS
+
+### `-h`, `-?`, `--help`
+Show this help message.
+
+### `--config`
+Path to config file.
+
+### `--db-host`
+MongoDb host.
+
+### `--db-name`
+MongoDb database name.
+
+### `--tokens`
+Token list.
+
+### `--show-wallet`
+Show wallet status.
+
+### `-v`, `--verbose`
+Verbosity level.
+
+### `--no-colors`
+Do not use colors in output.
+
+### `--show-jobs`
+Show jobs status.
+
+### `--no-commits`
+Do not load commits from default branch.
+
+### `--no-issues`
+Do not load issues.
+
+### `--no-comments`
+Do not load issue comments.
+
+### `--no-events`
+Do not load issues events.
+
+### `--from`
+Start loading issues from a number.
+
+### `--clear`
+Clear job for given repo name.
\ No newline at end of file
diff --git a/lib/markdown/man/nitmd.man b/lib/markdown/man/nitmd.man
new file mode 100644 (file)
index 0000000..9574bd0
--- /dev/null
@@ -0,0 +1,15 @@
+# NAME
+
+nitmd - Translate Markdown documents to other formats.
+
+# SYNOPSIS
+
+nitmd [-t format] <file.md>
+
+# OPTIONS
+
+### `-h`, `-?`, `--help`
+Show this help message.
+
+### `-t`, `--to`
+Specify output format (html, md, man).