Class Program
The FHIR CodeGen Test CLI
Inheritance
System.Object
Program
Namespace: FhirCodegenTestCli
Assembly: fhir-codegen-test-cli.dll
Syntax
public static class Program : object
Methods
| Improve this Doc View SourceMain(String, Boolean, Boolean, Boolean)
The FHIR CodeGen Test CLI.
Declaration
public static int Main(string repoRootPath = "", bool verbose = false, bool fixedFormatStatistics = false, bool errorsToStdError = false)
Parameters
Type | Name | Description |
---|---|---|
System. |
repoRootPath | The path to the repository root (if not CWD). |
System. |
verbose | True to display all output. |
System. |
fixedFormatStatistics | True to output only test run statistics: #run[tab]#passed[tab]#failed[tab]#skipped. |
System. |
errorsToStdError | True to write errors to stderr instead of stdout. |
Returns
Type | Description |
---|---|
System. |
Exit-code for the process - returns the number of errors detected (0 for success). |