$ErrorActionPreference = 'Stop' Set-StrictMode -Version 'Latest' -ErrorAction 'Stop' -Verbose New-Item -Type Directory .\rebar3_format Set-Location -Path .\rebar3_format $env:ERL_FLAGS='-enable-feature all' git init . git config --local core.autocrlf true git remote add origin https://github.com/AdRoll/rebar3_format.git git fetch git checkout --track origin/main rebar3 test git status