xref: /template/strap/vendor/bin/yaml-lint.bat (revision 5ef50f6f0cb08cd06995a119d937cd767b34ce92)
1@ECHO OFF
2setlocal DISABLEDELAYEDEXPANSION
3SET BIN_TARGET=%~dp0/yaml-lint
4SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
5php "%BIN_TARGET%" %*
6