From 75578620f196399e683c81bcd3555a96a462afb0 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 10 Feb 2010 11:07:32 +0100 Subject: add opt to create network --- crawl.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crawl.pl b/crawl.pl index 8236943..d0d911b 100644 --- a/crawl.pl +++ b/crawl.pl @@ -11,6 +11,7 @@ GetOptions( 'profiles' => \my $profiles, 'repo' => \my $repo, 'graph' => \my $graph, + 'network' => \my $network, 'conf=s' => \my $conf, ); @@ -27,4 +28,5 @@ my $gh = githubexplorer->new( $gh->deploy if $deploy; $gh->harvest_profiles if $profiles; $gh->harvest_repo if $repo; +$gh->graph_repo if $network; $gh->gen_graph if $graph; -- cgit v1.2.3