From 6f132dbc97ea8fc0adadb641ef954c1fdfcb4b7a Mon Sep 17 00:00:00 2001 From: ArtARTs36 Date: Tue, 9 Nov 2021 11:57:21 +0300 Subject: [PATCH] Update command signature && fill command description --- src/Ports/Console/Commands/FetchCoursesCommand.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Ports/Console/Commands/FetchCoursesCommand.php b/src/Ports/Console/Commands/FetchCoursesCommand.php index 7e01092..6479c99 100644 --- a/src/Ports/Console/Commands/FetchCoursesCommand.php +++ b/src/Ports/Console/Commands/FetchCoursesCommand.php @@ -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) {