mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-12-08 09:05:41 +00:00
refactor(reset_aliases): Move core function of reset_aliases to scoop (#4794)
This commit is contained in:
@@ -6,8 +6,6 @@ param($cmd)
|
||||
. "$PSScriptRoot\..\lib\commands.ps1"
|
||||
. "$PSScriptRoot\..\lib\help.ps1"
|
||||
|
||||
reset_aliases
|
||||
|
||||
function print_help($cmd) {
|
||||
$file = Get-Content (command_path $cmd) -raw
|
||||
|
||||
@@ -47,4 +45,3 @@ Some useful commands are:"
|
||||
}
|
||||
|
||||
exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user