1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add command in help

This commit is contained in:
Matthew Brown 2019-12-03 02:18:44 -05:00
parent aa4daea182
commit 016fd58547
2 changed files with 6 additions and 1 deletions

View File

@ -114,7 +114,9 @@ class Shepherd implements \Psalm\Plugin\Hook\AfterAnalysisInterface
. PHP_EOL;
}
} else {
echo "🐑 Shepherd data sent 🐑" . PHP_EOL;
$short_address = str_replace('https://', '', $base_address);
echo "🐑 results sent to $short_address 🐑" . PHP_EOL;
}
// Close cURL session handle

View File

@ -382,6 +382,9 @@ Options:
--no-suggestions
Hide suggestions
--shepherd[=host]
Send data to Shepherd, Psalm's GitHub integration tool.
--alter
Run Psalter