Skip to content

Commit

Permalink
Update command signature && fill command description
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 committed Nov 9, 2021
1 parent 0b318ce commit 6f132db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Ports/Console/Commands/FetchCoursesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

class FetchCoursesCommand extends Command
{
protected $signature = 'money:fetch-courses {--date=}';
protected $signature = "money:fetch-courses {--date= : Date by format y-m-d}";

protected $description = 'Fetch currency courses from CBR';

public function handle(Finder $finder, CourseCreator $creator)
{
Expand Down

0 comments on commit 6f132db

Please sign in to comment.