Command Line Parameters
Here you can find a list of command line parameters available in Skipper.
Open model in application
The simpliest command is to open your model automatically in the application.
Syntax:
Skipper PROJECT_PATHExample:
Skipper d:\demo\project.skipperExport model into image
With this command you can automatically load your project and export it into one of the supported image formats (JPG, PNG, PDF).
Syntax:
Skipper -export-model-to-image PROJECT_PATH OUTPUT_PATH.EXTExample:
Skipper -export-model-to-image d:\demo\project.skipper d:\demo\project.png