Add descriptions to commands
This commit is contained in:
parent
2b0fbcc6d7
commit
b4636b3e08
2 changed files with 2 additions and 2 deletions
src/Command
|
@ -28,7 +28,7 @@ class FetchTweetsCommand extends Command
|
|||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setDescription('Add a short description for your command')
|
||||
->setDescription('Fetch and store any tweets to be retweeted')
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue