mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Commenting for documentation
This commit is contained in:
parent
d760cbab77
commit
5d9fe60013
1 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,15 @@
|
|||
goto comment
|
||||
SYNOPSIS
|
||||
Helper script running scripts through the OpenPype environment.
|
||||
|
||||
DESCRIPTION
|
||||
This script is usually used as a replacement for building when tested farm integration like Deadline.
|
||||
|
||||
EXAMPLE
|
||||
|
||||
cmd> .\openpype_console.bat path/to/python_script.py
|
||||
:comment
|
||||
|
||||
cd "%~dp0\.."
|
||||
echo %OPENPYPE_MONGO%
|
||||
.poetry\bin\poetry.exe run python start.py %*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue