Skip to content

Commit 698a6d0

Browse files
committed
feat(specs): add info message with file path to the specs generation command
1 parent b981ec1 commit 698a6d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/BuildSpecsCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public function handle(Builder $builder): int
6464
return -1;
6565
}
6666

67+
$this->info("Specifications are saved in storage/app/{$path}");
68+
6769
return 0;
6870
}
6971

0 commit comments

Comments
 (0)