]>
iEval git - gruntmaster-data.git/blob - lib/Gruntmaster/App/Command/Rerun.pm
a63800b9bf4bcfc2242d7df5cb1c1faecad50250
1 package Gruntmaster
::App
::Command
::Rerun
;
6 our $VERSION = '5999.000_004';
8 use Gruntmaster
::App
'-command';
11 sub usage_desc
{ '%c rerun id' }
14 my ($self, $opt, $args) = @_;
16 $self->usage_error('This command only works on jobs') if $self->app->table && $self->app->table ne 'jobs';
17 $self->usage_error('Wrong number of arguments') if @args != 1;
21 my ($self, $opt, $args) = @_;
This page took 0.049396 seconds and 4 git commands to generate.