mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Add 'unpark' alias to 'forget' command
Sometimes I find myself wondering how to un-park a folder, and it takes me awhile to find `forget` in the list. Adding `unpark` as an alias may be helpful.
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