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:
parent
aa4daea182
commit
016fd58547
@ -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
|
||||
|
@ -382,6 +382,9 @@ Options:
|
||||
--no-suggestions
|
||||
Hide suggestions
|
||||
|
||||
--shepherd[=host]
|
||||
Send data to Shepherd, Psalm's GitHub integration tool.
|
||||
|
||||
--alter
|
||||
Run Psalter
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user