azure-cli/az.bat

7 строки
90 B
Batchfile

@echo off
setlocal
SET PYTHONPATH=%~dp0/src;%PYTHONPATH%
python -m azure.cli %*
endlocal