/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/cmdpal/Invoke-XamlFormat.ps1
5 строк
288 B
Mike Griese
Add the Command Palette module (#37908)
19 мар 2025, 11:39
Не верифицирован
19 мар 2025, 11:39
f68f408
Код
Авторство
О чём код?
$gitRoot = git rev-parse --show-toplevel # $xamlFilesForStyler = (git ls-files "$gitRoot/**/*.xaml") -join "," $xamlFilesForStyler = (git ls-files "$gitRoot/src/modules/cmdpal/**/*.xaml") -join "," dotnet tool run xstyler -- -c "$gitRoot\src\Settings.XamlStyler" -f "$xamlFilesForStyler"