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 5e073c6 commit 76d3dc9Copy full SHA for 76d3dc9
src/Tree.php
@@ -43,6 +43,8 @@ public function getTreeForDistPackage(string $directory): string
43
{
44
$this->archive->createArchive();
45
46
+ #todo: check os && drop tar --exclude option on darwin
47
+
48
\exec(
49
'tar --list --exclude="*/*" --file ' . \escapeshellarg($this->archive->getFilename()) . ' | tree -aL 1 --dirsfirst --fromfile . 2>&1',
50
$output
0 commit comments