Helpers/Get-Commands.ps1
$commands = & yarn --json --non-interactive run | ConvertFrom-Json return $commands.data.items |
$commands = & yarn --json --non-interactive run | ConvertFrom-Json return $commands.data.items |