Refactoring
This commit is contained in:
12
lib/composer/vendor/consolidation/robo/src/Common/ExecOneCommand.php
vendored
Normal file
12
lib/composer/vendor/consolidation/robo/src/Common/ExecOneCommand.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Robo\Common;
|
||||
|
||||
/**
|
||||
* This task specifies exactly one shell command.
|
||||
* It can take additional arguments and options as config parameters.
|
||||
*/
|
||||
trait ExecOneCommand
|
||||
{
|
||||
use ExecCommand;
|
||||
use CommandArguments;
|
||||
}
|
||||
Reference in New Issue
Block a user