Subversion Repositories havirt

Rev

Rev 26 | Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 27
Line 112... Line 112...
112
      'target|t=s',
112
      'target|t=s',
113
      'verbose|v+',# integer, can be incremented like -vv
113
      'verbose|v+',# integer, can be incremented like -vv
114
      'version|V'  # note, the short form is a capital 'V'
114
      'version|V'  # note, the short form is a capital 'V'
115
) or die "Error parsing command line\n";
115
) or die "Error parsing command line\n";
116
 
116
 
117
die Dumper( $config );
117
# die Dumper( $config );
118
 
118
 
119
#$config->{'flags'}->{'debug'} = 2;
119
#$config->{'flags'}->{'debug'} = 2;
120
#die Dumper( &getAvailableResources( 'dd-103' ) ) . "\n";
120
#die Dumper( &getAvailableResources( 'dd-103' ) ) . "\n";
121
 
121
 
122
my $command = shift; # the first one is the actual subsection
122
my $command = shift; # the first one is the actual subsection