contrib: add some manpages generated with `nitpackage`
[nit.git] / contrib / nitiwiki / man / nitiwiki.man
1 # NAME
2
3 nitiwiki - A wiki engine based on markdown files and git.
4
5 # SYNOPSIS
6
7 nitiwiki [OPTION]...
8
9 # OPTIONS
10
11 ### `-h`, `-?`, `--help`
12 Show this help message.
13
14 ### `-v`
15 Verbose level.
16
17 ### `-c`, `--config`
18 Path to config.ini file.
19
20 ### `--init`
21 Initialize a new wiki in the current directory.
22
23 ### `--status`
24 Display wiki status.
25
26 ### `-r`, `--render`
27 Render the out directory from markdown sources.
28
29 ### `-f`, `--force`
30 Force render even if source files are unchanged.
31
32 ### `--clean`
33 Clean the output directory.
34
35 ### `-s`, `--rsync`
36 Synchronize outdir with distant wiki using rsync.
37
38 ### `--fetch`
39 Render local source from git repo.
40
41 ### `--nit-dir`
42 Nit base directory.