mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
refactor(scoop-info): Use List View for output (#4741)
* refactor(scoop-info): Use List View for output * review comments
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user