Skip to content

Commit

Permalink
Improve command description
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 14, 2024
1 parent 72dd582 commit 05add3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ final class HelloCommand extends Command
protected $name = 'hello';

/** @var string Command description */
protected $description = 'Just say "Hello" and ask few questions';
protected $description = 'Just say "Hello" and ask few questions in a dialog mode.';

public function handle(): void
{
Expand Down

0 comments on commit 05add3c

Please sign in to comment.