Skip to content

Commit

Permalink
Add Coilpack's interpreted signature to the help output
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannielsen committed May 23, 2024
1 parent 6a4d186 commit de96627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/EECliCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function __construct()
// If we have a help flag we need to get out early so that it can be
// handled by the ExpressionEngine Command and not by Symfony/Laravel
if ($arg == '--help') {
$this->cli->info("Coilpack Usage: $this->signature");
return $this->handle();
}
}
Expand Down

0 comments on commit de96627

Please sign in to comment.