Command usage:¶
SyQADA expects the directory in which it is invoked to be the working directory of a project, not the bin directory in which the executable sits. Exceptions to this are syqada –help, syqada –version, and syqada manual, which will bring up the manual in a browser regardless of your current working directory.
SyQADA is constructed as a collection of modules called by a single driver. The following sub-commands may be used as the first argument to the syqada command. This first list of sub-commands does not require a batch directory as an argument.
|
|
The sub-commands in the second list require the name of a batch directory as the second argument.
|
|
In both lists, each subcommand takes additional parameters identified by two leading dashes. Distinct prefixes of the parameter names are acceptable, for example:
syqada batch 01-step-one --step initialize
and:
syqada batch 01-step-one --step init
have identical effect.