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_PATH

Example:

Skipper d:\demo\project.skipper

Export 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.EXT

Example:

Skipper -export-model-to-image d:\demo\project.skipper d:\demo\project.png