summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-12 16:41:02 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-12 16:41:02 +0100
commitd2551c9cc2e637835876fec5e9cb58f9e9f2061c (patch)
tree3f1ab54705e1a21d3978cd0da73ed8c12137074f /crawl.pl
parentMerge branch 'master' of lj:github-explorer (diff)
downloadgithub-explorer-d2551c9cc2e637835876fec5e9cb58f9e9f2061c.tar.gz
wip
Diffstat (limited to 'crawl.pl')
-rw-r--r--crawl.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl.pl b/crawl.pl
index d0d911b..d844893 100644
--- a/crawl.pl
+++ b/crawl.pl
@@ -12,6 +12,7 @@ GetOptions(
'repo' => \my $repo,
'graph' => \my $graph,
'network' => \my $network,
+ 'seed' => \my $seed,
'conf=s' => \my $conf,
);
@@ -30,3 +31,4 @@ $gh->harvest_profiles if $profiles;
$gh->harvest_repo if $repo;
$gh->graph_repo if $network;
$gh->gen_graph if $graph;
+$gh->gen_seed if $seed;