Skip to content

Commit

Permalink
Add command in help
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 3, 2019
1 parent aa4daea commit 016fd58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Psalm/Plugin/Shepherd.php
Expand Up @@ -114,7 +114,9 @@ function (array $i) : bool {
. PHP_EOL; . PHP_EOL;
} }
} else { } 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 // Close cURL session handle
Expand Down
3 changes: 3 additions & 0 deletions src/command_functions.php
Expand Up @@ -382,6 +382,9 @@ function getPsalmHelpText(): string
--no-suggestions --no-suggestions
Hide suggestions Hide suggestions
--shepherd[=host]
Send data to Shepherd, Psalm's GitHub integration tool.
--alter --alter
Run Psalter Run Psalter
Expand Down

0 comments on commit 016fd58

Please sign in to comment.