mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Add small warning that run may take a while
This commit is contained in:
@@ -538,7 +538,7 @@
|
|||||||
* Output diagnostics to aid in debugging Valet.
|
* Output diagnostics to aid in debugging Valet.
|
||||||
*/
|
*/
|
||||||
$app->command('diagnose [-p|--print] [--plain]', function ($print, $plain) {
|
$app->command('diagnose [-p|--print] [--plain]', function ($print, $plain) {
|
||||||
info('Running diagnostics...');
|
info('Running diagnostics... (this may take a while)');
|
||||||
|
|
||||||
Diagnose::run($print, $plain);
|
Diagnose::run($print, $plain);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user