SCRIPTER: Error: Incorrect syntax: workspace.create

Solution

The workspace.create command requires two parameters:

  1. Name of the workspace

  2. Path of the workspace (absolute and relative are both supported)

The name of the workspace should be listed first, followed by the path. Please use the following syntax:

workspace.create <name_of_workspace> <path_of_workspace>

For example:

workspace.create my_workspace ./testing

This command will create a workspace with a name my_workspace inside the testing folder.



Printed version of site: www.aldec.com/en/support/resources/documentation/faq/1745