559 B
559 B
General usage
osr-sync sync --source=FOLDER --target=FOLDER
Parameters
source : The source directory.
target : The target directory.
Basics
Convert all assembly files to PDF files in the current directory
osr-sync sync --source='../plastichub/products/elena/cad/*.SLDASM' --target='${SRC_NAME}.pdf'
Convert all assembly files to PDF files in the source directory
osr-sync sync --source='../plastichub/products/elena/cad/*.SLDASM' --target='${SRC_DIR}/${SRC_NAME}.pdf'