Command Line

(REQCHECKER™ PRO CL only)

Analysis can also be launched using the command line.

Syntax:

 reqcheckercmd.exe command [options]
  • -add <document path> command : Adds a file to the project of the current folder
  • -edit <.cover file path> command : open editor on the project cover file
  • -help command : Displays the command line help
  • -run <.cover file path> command : computes coverage and generates Markdown Report
  • -english option : Forces English language
  • -german option : Forces German language
  • -rcxls option for -run command : add the Coverage Matrix to the report list
  • -rpdf option for -run command : add the Coverage PDF Report to the report list
  • -rsxls option for -run command : add the Verification Table to the report list
  • -rxml option for -run command : adds the XML Export to the report list
  • -reca option for -run command : adds the Eclipse Content Assist Export to the report list
  • -rjava option for -run command : adds the Java Enum Export to the report list

For example :

"%localappdata%\reqchecker-application\reqcheckercmd.exe" -run "c:\my project\myfile.cover"