Add project-directory option
This commit is contained in:
@@ -97,6 +97,20 @@ abstract class Base extends BaseTask implements CommandInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Specify an alternate project directory.
|
||||
*
|
||||
* @param string
|
||||
* A directory path for the base of the project.
|
||||
*/
|
||||
public function projectDirectory($dir)
|
||||
{
|
||||
$this->execOption('project-directory', $dir);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Daemon socket to connect to.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user