-
Notifications
You must be signed in to change notification settings - Fork 3
/
wit-help.txt
41 lines (28 loc) · 1.07 KB
/
wit-help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
NAME
wit - Inlines a wikicreole file into another one with a <<content>>
tag.
SYNOPSIS
wit [OPTION]… TMPL
DESCRIPTION
wit reads wikicreole content from stdin and inserts it inside the
given template file TMPL in place of the first <<content>> tag found
and outputs the result on stdout.
The TMPL file is never modified.
ARGUMENTS
TMPL (required)
The template to put the wiki into.
COMMON OPTIONS
--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto,
pager, groff or plain. With auto, the format is pager or plain
whenever the TERM env var is dumb or undefined.
--version
Show version information.
EXIT STATUS
wit exits with the following status:
0 on success.
123 on indiscriminate errors reported on standard error.
124 on command line parsing errors.
125 on unexpected internal errors (bugs).
BUGS
Escaping <<content>> tags has no effect, the tag is still recognized.