refactor(reset_aliases): Move core function of reset_aliases to scoop (#4794)

This commit is contained in:
Hsiao-nan Cheung
2022-03-11 18:10:04 +08:00
committed by GitHub
parent 5025661fa2
commit 5a795caca5
26 changed files with 16 additions and 100 deletions

View File

@@ -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