forked from itsallcode/openfasttrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
usage.txt
39 lines (33 loc) · 1.7 KB
/
usage.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
OpenFastTrace
Usage:
oft command [option ...] [<input file or directory> ...]
Commands:
trace Create a trace document
convert Convert to a different requirements format
Tracing options:
-o, --output-format Report format, one of "plain", "html", "aspec"
Defaults to "plain"
-v, --report-verbosity Set how verbose the output is. Ranges from
"quiet" to "all".
Converting options:
-o, --output-format format Requirements format, one of "specobject"
Defaults to "specobject"
-s, --show-origin Show the origin of specification items
(e.g. file and line number)
Common options:
-a, --wanted-artifact-types Import only specification items contained in the
comma-separated list
-c, --color-scheme scheme Color scheme for output. One of "black-and-white",
"monochrome", "color". Defaults to "color".
Note that this option is ignored when -f is also
set.
-f, --file path The output file. Defaults to STDOUT.
-n, --newline format Newline format. One of "unix", "windows", "oldmac"
-t, --wanted-tags Import only specification items that have at
least one tag contained in the comma-separated
list. Add a single underscore as first item in
the list to also import items without any tags.
Returns:
0 on success
1 on OFT error
2 on command line error