We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beef5b commit 79fb4aaCopy full SHA for 79fb4aa
src/Cully/ICommand.php
@@ -3,6 +3,13 @@
3
namespace Cully;
4
5
interface ICommand {
6
+ /**
7
+ * @param string $command
8
+ * @param string|null $cwd The working directory in which to execute the command
9
+ * @param array $env Any environment variables to set
10
+ * @return void
11
+ */
12
+ public function exec($command, $cwd=null, array $env=[]);
13
/**
14
* @return bool
15
*/
0 commit comments