Merge pull request #5 from dafeder/patch-1

Add project-directory option
This commit is contained in:
Travis Tomka
2018-06-20 18:34:30 -06:00
committed by GitHub

View File

@@ -96,6 +96,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.