File: xml2gv.1.ronn

package info (click to toggle)
ruby-graphviz 1.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,216 kB
  • sloc: ruby: 7,685; xml: 26; makefile: 17
file content (39 lines) | stat: -rw-r--r-- 824 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
xml2gv(1) - show your xml files graphically
===========================================

## SYNOPSIS

`xml2gv` [`-T`<format>] [`-o`<file>] [`-h`] [`-V`] _script_

## DESCRIPTION

`xml2gv` is a tool that allows you to show a xml file as a graph.

See </usr/share/doc/ruby-graphviz/> for more details.

## OPTIONS

 * `-T`, `--output-format` [<format>]:
 	 Output format (default: png)

 * `-o`, `--output-file` [<file>]:
 	 Output file (default: STDOUT)

 * `-p`, `--path`:
 	 Graphviz path

 * `-u`, `--use` [<PROGRAM>]:
 	 Program to use (default: dot)

 * `-V`, `--version`:
 	 Show version

 * `-h`, `--help`:
 	 Show this usage message

## AUTHOR

Copyright 2004-2018 Gregoire Lejeune

This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).