mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Merge pull request #957 from drbyte/patch-1
Add 'unpark' alias to 'forget' command
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
Configuration::removePath($path ?: getcwd());
|
||||
|
||||
info(($path === null ? "This" : "The [{$path}]") . " directory has been removed from Valet's paths.");
|
||||
})->descriptions('Remove the current working (or specified) directory from Valet\'s list of paths');
|
||||
}, ['unpark'])->descriptions('Remove the current working (or specified) directory from Valet\'s list of paths');
|
||||
|
||||
/**
|
||||
* Register a symbolic link with Valet.
|
||||
|
||||
Reference in New Issue
Block a user