Sha256: b6496a9068e7c8edc1b4920645051a50149d95a74883c5ca8276bf4c8a51ccb1
Contents?: true
Size: 1014 Bytes
Versions: 5
Compression:
Stored size: 1014 Bytes
Contents
ruby2gv(1) - create a dependency graph from a ruby script ========================================================= ## SYNOPSIS `ruby2gv` [`-T`<format>] [`-o`<file>] [`-h`] [`-V`] _script_ ## DESCRIPTION `ruby2gv` is a simple tool that allows you to create a dependency graph from a ruby script. See </usr/share/doc/ruby-graphviz/> for more details. ## OPTIONS * `-T`, `--output-format` [<format>]: Output format (default: png) * `-o`, `--output-file` [<file>]: Path to output image file (default: STDOUT) * `-p`, `--path`: Graphviz path * `-u`, `--use` [<PROGRAM>]: Program to use (default: dot) * `-s`, `--stop` <LIB>[,<LIB>[, ...]]: Stop on libs * `-V`, `--version`: Show version * `-h`, `--help`: Show this usage message ## EXAMPLE ruby2gv -Tpng -oruby2gv.png /usr/bin/ruby2gv ## AUTHOR Copyright 2004-2013 Gregoire Lejeune This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
Version data entries
5 entries across 5 versions & 2 rubygems