refactor(scoop-info): Use List View for output (#4741)

* refactor(scoop-info): Use List View for output

* review comments
This commit is contained in:
Rashil Gandhi
2022-02-17 08:21:38 +05:30
committed by GitHub
parent f83fa145de
commit 26517644df
3 changed files with 48 additions and 52 deletions

View File

@@ -1,11 +1,11 @@
#requires -v 3
#Requires -Version 5
param($cmd)
set-strictmode -off
Set-StrictMode -off
. "$psscriptroot\..\lib\core.ps1"
. "$psscriptroot\..\lib\buckets.ps1"
. (relpath '..\lib\commands')
. "$PSScriptRoot\..\lib\core.ps1"
. "$PSScriptRoot\..\lib\buckets.ps1"
. "$PSScriptRoot\..\lib\commands.ps1"
reset_aliases