You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--test <path>`|`-t`| ✅ | path to property testscript, a test script **must return 0** when the property holds and 1 (or any code) if the property is invalid |
45
62
|`--lang <string>`|`-l`|| language of file, e.g. cue. Will be inferred from the file extension if omitted. |
63
+
|`--out <string>`|`-o`|| define the output directory |
46
64
|`--reducer <perses\|vulcan>`|`-r`|| either 'perses' OR 'vulcan' (default "perses"). Perses is faster, Vulcan can be more effective. |
47
65
|`--enable-metrics`|`-m`|| store metrics as a json file |
48
66
|`--strategy-isolation`|`-s`|| (*untested*) Activates strategy isolation.<br/> Modes: <br/>- Isolation (many candidates, slow): only one strategy will be applied before next iteration. This mode will apply only one semantic strategy and try to reduce all returned candidates using the syntactic reducer. <br/>- Strategy combination (**default**, much faster, less calls to syntactic reducer). In strategy combination, all strategies are applied and combined to one "best candidate". Then this single candidate will be reduced by the syntactic reducer. |
0 commit comments