Skip to content

Commit

Permalink
Add description to command (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-challis authored Mar 24, 2023
1 parent a12aaf8 commit 90a3a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LicenseChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

final class LicenseChecker extends SingleCommandApplication
{
protected static $defaultDescription = 'Checks licensing of dependencies against a set of rules '.
'to ensure compliance with open source licenses and minimize legal risk.';

public function __construct(
private readonly PackagesProviderLocator $locator,
private readonly Dispatcher $dispatcher = new Dispatcher(),
Expand Down

0 comments on commit 90a3a4f

Please sign in to comment.