File: 6_commandline.xml

package info (click to toggle)
crystal-facet-uml 1.63.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,640 kB
  • sloc: ansic: 109,610; xml: 3,085; makefile: 138; sh: 113
file content (24 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE section>
<section id="cli_main">
    <title>Command Line Interface</title>

    <section>
        <title>Command Line Usage</title>
        <para>
            If starting crystal-facet-uml from command line, there are a couple of options,
            call <command>crystal-facet-uml -h</command> for a list.
        </para>
        <para>
            To run consistency checks, use the <command>-t</command> option:
        </para>
        <para>
            <command>crystal-facet-uml -t my_database_file.cfu1 || echo "ERROR $?"</command>
        </para>
        <para>
            To repair the database, use the <command>-r</command> option.
        </para>
    </section>
    <section><title>Storing data in a version control system</title>
        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="6_command_line_example_para.xml" />
    </section>
</section>