2021-12-27 23:52:24 +05:30
|
|
|
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
|
|
|
$formatjson = "$env:SCOOP_HOME/bin/formatjson.ps1"
|
2022-06-01 23:02:51 +08:00
|
|
|
$path = "$PSScriptRoot/../bucket" # checks the parent dir
|
2021-12-27 23:52:24 +05:30
|
|
|
Invoke-Expression -command "& '$formatjson' -dir '$path' $($args | ForEach-Object { "$_ " })"
|