Skip to content

Commit

Permalink
Add carton run
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed May 12, 2016
1 parent 0d5d228 commit 8f5beb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Carton/CLI.pm
Expand Up @@ -358,6 +358,13 @@ sub cmd_update {
$env->snapshot->save;
}

sub cmd_run {
my($self, @args) = @_;

local $UseSystem = 1;
$self->cmd_exec(@args);
}

sub cmd_exec {
my($self, @args) = @_;

Expand Down

0 comments on commit 8f5beb6

Please sign in to comment.