NAME
find.clusters.pl - Run GraphViz2::Marpa::PathUtils.
SYNOPSIS
find.clusters.pl [options]
Options:
-description graphDescription
-help
-input_file aDOTInputFileName
-maxlevel logOption1
-minlevel logOption2
-output_file aDOTInputFileNamePrefix
-report_clusters $Boolean
Exit value: 0 for success, 1 for failure. Die upon error.
OPTIONS
- o -description graphDescription
-
Read the DOT-style graph definition from the command line.
You are strongly encouraged to surround this string with '...' to protect it from your shell.
See also the -input_file option to read the description from a file.
The -description option takes precedence over the -input_file option.
Default: ''.
- o -help
-
Print help and exit.
- o -input_file aDotInputFileName
-
Read the DOT-style graph definition from a file.
See also the -description option to read the graph definition from the command line.
The -description option takes precedence over the -input_file option.
Default: ''.
See the distro for data/*.gv.
- o -maxlevel logOption1
-
This option affects Log::Handler.
See the Log::handler docs.
Default: 'notice'.
- o -minlevel logOption2
-
This option affects Log::Handler.
See the Log::handler docs.
Default: 'error'.
No lower levels are used.
- o -output_file aDOTInputFileNamePrefix
-
Specify the prefix of the DOT files to write for each cluster found.
The prefix has ".$n.gv" attached as a suffix, for clusters 1 .. N.
Default: ''.
The default means the files are not written.
- o -report_clusters $Boolean
-
Log the clusters detected.
Default: 0.