This library provides the command implementations for the Payroll Console application.
Report actions from an assembly.
| # | Argument | Description |
|---|---|---|
| 1 | FileName |
Action assembly file name |
Toggles: action report targets: /actionMarkdown or /actionJson (default: actionMarkdown)
Examples:
ActionReport MyAssembly.dll
ActionReport MyAssembly.dll /actionJsonImport case changes from Excel file.
| # | Argument | Description |
|---|---|---|
| 1 | FileName |
Excel file name |
| 2 | Tenant |
Tenant name (optional) |
Toggles: import mode: /single or /bulk (default: single)
Examples:
CaseChangeExcelImport MyImportFile.xlsx
CaseChangeExcelImport MyImportFile.xlsx /noupdate /bulkTest case availability, build data and user input validation.
| # | Argument | Description |
|---|---|---|
| 1 | FileMask |
JSON file name or file mask |
Toggles:
- test display mode:
/showfailedor/showall(default:showfailed) - test precision:
/TestPrecisionOffor/TestPrecision1to/TestPrecision6(default:/TestPrecision2)
Examples:
CaseTest *.ct.json
CaseTest Test.ct.json /showall
CaseTest Test.ct.json /TestPrecision3Trace the payroll log.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | Interval |
Query interval in seconds (default: 5, minimum: 1) |
Examples:
LogTrail MyTenantName
LogTrail MyTenantName 1Stopwatch based on environment user variable.
| # | Argument | Description |
|---|---|---|
| 1 | VariableName |
Stopwatch variable name |
Toggles: stopwatch mode: /watchstart, /watchstop or /watchview (default: watchview)
Examples:
Stopwatch MyStopwatch /watchstart
Stopwatch MyStopwatch /watchstopWrite to screen and/or log file.
| # | Argument | Description |
|---|---|---|
| 1 | Text |
Text to write |
Toggles:
- write mode:
/consoleor/logor/consoleAndLog(default:console) - console write mode:
/consoleNormal,/consoleTitle,/consoleSuccess,/consoleInfoor/consoleError(default:consoleNormal) - logger write mode:
/info,/warningor/error(default:info)
Examples:
Write "My quoted text"
Write "My logger warning" /wanAll HTTP commands support URL placeholders resolved against the backend at runtime.
Placeholders are resolved left-to-right — {tenant:X} must appear before any tenant-scoped placeholder.
| Placeholder | Resolved to |
|---|---|
{tenant:Identifier} |
Numeric tenant id |
{user:Identifier} |
Numeric user id |
{division:Name} |
Numeric division id |
{employee:Identifier} |
Numeric employee id |
{regulation:Name} |
Numeric regulation id |
{payroll:Name} |
Numeric payroll id |
{payrun:Name} |
Numeric payrun id |
{payrunJob:Name} |
Numeric payrun job id |
Example: tenants/{tenant:MyTenant}/employees/{employee:anna@foo.com}/casevalues
→ tenants/42/employees/7/casevalues
Execute HTTP GET request.
| # | Argument | Description |
|---|---|---|
| 1 | Url |
End point url |
| 2 | FileName |
Output file name (optional) — writes response to file |
Examples:
HttpGet tenants
HttpGet tenants/1
HttpGet tenants/{tenant:MyTenant}/payrollresults/sets
HttpGet tenants/{tenant:MyTenant}/payrollresults/sets Export.jsonExecute HTTP POST request.
| # | Argument | Description |
|---|---|---|
| 1 | Url |
End point url |
| 2 | FileName |
Content file name (optional) |
Examples:
HttpPost tenants/1 MyTenant.json
HttpPost admin/application/stop
HttpPost tenants/{tenant:MyTenant}/payrollresults/sets/import Results.jsonExecute HTTP PUT request.
| # | Argument | Description |
|---|---|---|
| 1 | Url |
End point url |
| 2 | FileName |
Content file name (optional) |
Examples:
HttpPut tenants/1 MyTenant.json
HttpPut tenants/{tenant:MyTenant}/payrolls/1 Payroll.jsonExecute HTTP DELETE request.
| # | Argument | Description |
|---|---|---|
| 1 | Url |
End point url |
Examples:
HttpDelete tenants/1
HttpDelete tenants/{tenant:MyTenant}/payruns/jobs/1Convert payroll JSON from/to YAML.
| # | Argument | Description |
|---|---|---|
| 1 | FileName |
File name with support for file masks (JSON/YAML/zip) |
Toggles:
- directory mode:
/topor/recursive(default:top) - schema type:
/auto,/exchange,/casetestor/reporttest(default:auto)
Examples:
PayrollConvert MyPayrollFile.json
PayrollConvert *.yaml /recursive
PayrollConvert *.yaml /recursive /casetestExport payroll data to JSON/YAML/zip file.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant name |
| 2 | TargetFileName |
Target JSON/YAML file name (default: tenant name) |
| 3 | OptionsFileName |
Export options file (optional) |
| 4 | Namespace |
Namespace (optional) |
Options (JSON object): type filter lists (Users, Divisions, Employees, Tasks, Webhooks, Regulations, Payrolls, Payruns, PayrunJobs) and data filter toggles (ExportWebhookMessages, ExportGlobalCaseValues, ExportNationalCaseValues, ExportCompanyCaseValues, ExportEmployeeCaseValues, ExportPayrollResults).
Examples:
PayrollExport MyTenantName
PayrollExport MyTenantName MyExportFile.json MyExportOptions.json
PayrollExport MyTenantName MyExportFile.json MyExportOptions.json MyNamespaceImport payroll data from JSON/YAML/zip file.
| # | Argument | Description |
|---|---|---|
| 1 | SourceFileName |
Source file name with support for file masks (JSON/YAML/zip) |
| 2 | OptionsFileName |
Import options file (optional) |
| 3 | Namespace |
Namespace (optional) |
Toggles: import mode: /single or /bulk (default: single)
Options (JSON object): load toggles (TargetLoad, ScriptLoad, CaseDocumentLoad, ReportTemplateLoad, ReportSchemaLoad, LookupValidation).
Examples:
PayrollImport MyImportFile.json
PayrollImport MyImportFile.zip
PayrollImport MyImportFile.json MyImportOptions.json MyNamespace
PayrollImport MyImportFile.json MyImportOptions.json /bulkMerge multiple payroll files into one file.
| # | Argument | Description |
|---|---|---|
| 1 | SourceFilesMask |
Source files mask |
| 2 | TargetFileName |
Target file name |
Toggles: directory mode: /top or /recursive (default: top)
Examples:
PayrollMerge *.yaml MergedPayroll.yaml
PayrollMerge *.json MergedPayroll.json /recursiveReport payroll data to screen and/or file.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | TopFilter |
Result of top <count> payrun jobs (default: 1, max: 100) |
Toggles: result export mode: /export or /noexport (CSV report to results folder, default: noexport)
Examples:
PayrollResults MyTenantName
PayrollResults MyTenantName 3
PayrollResults MyTenantName 3 /exportExecute employee payrun and test the results.
| # | Argument | Description |
|---|---|---|
| 1 | FileMask |
JSON/YAML/ZIP file name or file mask |
| 2 | Owner |
Owner name (optional) |
Toggles:
- import mode:
/singleor/bulk(default:single) - test mode:
/insertemployeeor/updateemployee(default:insertemployee) - running mode:
/runtestsor/skiptests(default:runtests) - test display mode:
/showfailedor/showall(default:showfailed) - test result mode:
/cleantest,/keepfailedtestor/keeptest(default:cleantest) - test precision:
/TestPrecisionOffor/TestPrecision1to/TestPrecision6(default:/TestPrecision2)
Examples:
PayrunEmployeeTest Test.json
PayrunEmployeeTest *.et.json
PayrunEmployeeTest Test.json /showall /TestPrecision3
PayrunEmployeeTest Test.json /bulk /showallExecute employee payrun preview and test the results. Unlike PayrunEmployeeTest, this command uses the preview API which does not persist results to the database. No employee duplication or cleanup is needed.
Note: Preview results are not persisted, so wage type expressions that query historical results (e.g.
GetPeriodWageTypeResults) will not find results from previous preview invocations. If retroactive calculation is triggered during a preview invocation, the endpoint returns HTTP 422 Unprocessable Entity.
| # | Argument | Description |
|---|---|---|
| 1 | FileMask |
JSON/YAML/ZIP file name or file mask |
| 2 | Owner |
Owner name (optional) |
Toggles:
- test display mode:
/showfailedor/showall(default:showfailed) - test precision:
/TestPrecisionOffor/TestPrecision1to/TestPrecision6(default:/TestPrecision2)
Examples:
PayrunEmployeePreviewTest Test.et.json
PayrunEmployeePreviewTest *.et.json
PayrunEmployeePreviewTest Test.et.json /showall /TestPrecision3Delete a payrun job with payroll results.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
Examples:
PayrunJobDelete MyTenantNameRebuild payrun (update scripting binaries).
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | Payrun |
Payrun name |
Examples:
PayrunRebuild MyTenantName MyPayrunNameDisplay payrun statistics.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | CreatedSinceMinutes |
Query interval in minutes (default: 30) |
Examples:
PayrunStatistics MyTenantName
PayrunStatistics MyTenantName 60Execute payrun and test the results. Existing tenant will be deleted.
| # | Argument | Description |
|---|---|---|
| 1 | FileMask |
JSON/YAML/ZIP file name or file mask |
| 2 | Owner |
Owner name (optional) |
Toggles:
- import mode:
/singleor/bulk(default:bulk) - running mode:
/runtestsor/skiptests(default:runtests) - test display mode:
/showfailedor/showall(default:showfailed) - test result mode:
/cleantest,/keepfailedtestor/keeptest(default:cleantest) - test precision:
/TestPrecisionOffor/TestPrecision1to/TestPrecision6(default:/TestPrecision2)
Examples:
PayrunTest Test.json
PayrunTest *.pt.json
PayrunTest *.pt.json MyOwner
PayrunTest Test.pt.json /single /showall /keeptest /TestPrecision3Import regulation lookups to backend and/or file.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier (required) |
| 2 | Regulation |
Regulation name (required) |
| 3 | SourceFileName |
Text file name with file mask support (required) |
| 4 | MappingFileName |
Text to lookup mapping JSON file (required) |
| 5 | TargetFolder |
Target output folder (default: current folder) |
| 6 | SliceSize |
Lookup slice size (0=off, default: 0) |
Toggles:
- import mode:
/singleor/bulk(default:single) - import target:
/backend,/fileor/all(default:backend)
Mapping JSON object:
{
"key": "valueMap",
"keys": ["valueMap"],
"rangeValue": "valueMap",
"value": "valueMap",
"values": ["valueMap"]
}Value map properties: name (string), valueType (text|decimal|integer|boolean), start (int), length (int), decimalPlaces (int).
Examples:
LookupTextImport MyTenant MyRegulation MyTax.txt MyTaxMap.json /bulk
LookupTextImport MyTenant MyRegulation MyTax.txt MyTaxMap.json MyOutputPath /bulk /file
LookupTextImport MyTenant MyRegulation MyTax.txt MyTaxMap.json MyOutputPath 30000 /bulk /allImport payroll data from Excel file.
| # | Argument | Description |
|---|---|---|
| 1 | SourceFileName |
Excel file name |
| 2 | TargetFileName |
Target JSON/YAML file name (optional) |
Toggles: import mode: /file, /backend or /all (default: file)
Examples:
RegulationExcelImport MyImportFile.xlsx
RegulationExcelImport MyImportFile.xlsx MyExportFile.json
RegulationExcelImport MyImportFile.xlsx MyExportFile.yamlRebuild the regulation objects (update scripting binaries).
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | Regulation |
Regulation name |
| 3 | ObjectType |
Case, CaseRelation, Collector, WageType or Report (default: all) |
| 4 | ObjectKey |
Object key, requires the object type |
Examples:
RegulationRebuild MyTenantName MyRegulationName
RegulationRebuild MyTenantName MyRegulationName Case
RegulationRebuild MyTenantName MyRegulationName Case MyCaseName
RegulationRebuild MyTenantName MyRegulationName CaseRelation SourceCaseName;TargetCaseName
RegulationRebuild MyTenantName MyRegulationName WageType 115Install a regulation NuGet package (.nupkg) into a PE backend tenant. The package is opened as a ZIP archive; the regulation/regulation-package.json manifest defines the ordered list of files to import. Supports local file paths, wildcards, and HTTP(S) URLs (e.g. GitHub Release assets).
The command validates base regulation dependencies across all tenants before importing. If the target tenant does not yet exist, it is created by the first import file.
| # | Argument | Description |
|---|---|---|
| 1 | PackageFile |
Local .nupkg path, wildcard (single match), or HTTP(S) URL |
| 2 | Tenant |
Target tenant identifier |
Toggles:
- install mode:
/new(default, fails if regulation exists) or/overwrite - dry-run mode:
/execute(default) or/dryrun(validate only, no changes)
Examples:
InstallRegulationPackage Acme.Regulation.Country.2026.1.nupkg MyTenant
InstallRegulationPackage Acme.Regulation.Country.2026.1.nupkg MyTenant /dryrun
InstallRegulationPackage Acme.Regulation.Country.2026.2.nupkg MyTenant /overwrite
InstallRegulationPackage Acme.Regulation.Country.2026.2.nupkg MyTenant /overwrite /dryrun
InstallRegulationPackage Acme.Regulation.Country.*.nupkg MyTenant /dryrun
InstallRegulationPackage https://github.com/Acme/Reg/releases/download/v2026.1/Acme.Regulation.Country.2026.1.nupkg MyTenantManage regulation shares.
| # | Argument | Description |
|---|---|---|
| 1 | ProviderTenant |
Provider tenant identifier (optional for /view) |
| 2 | ProviderRegulation |
Provider regulation name (optional for /view) |
| 3 | ConsumerTenant |
Consumer tenant identifier (mandatory for /set and /remove) |
| 4 | ConsumerDivision |
Consumer division identifier (undefined: all divisions) |
Toggles: share mode: /view, /set or /remove (default: view)
Examples:
RegulationShare
RegulationShare ProviderTenantName ProviderRegulationName
RegulationShare ProviderTenantName ProviderRegulationName ShareTenantName /set
RegulationShare ProviderTenantName ProviderRegulationName ShareTenantName ShareDivisionName /set
RegulationShare ProviderTenantName ProviderRegulationName ShareTenantName /removeReport data to JSON file.
| # | Argument | Description |
|---|---|---|
| 1 | OutputFile |
Output file |
| 2 | Tenant |
Tenant identifier |
| 3 | User |
User identifier |
| 4 | Regulation |
Regulation name |
| 5 | Report |
Report name |
| 6 | ParametersFile |
Report parameter file (JSON string/string dictionary, optional) |
| 7 | Culture |
Report culture |
Toggles: post action: /noaction or /shellopen (default: noaction)
Examples:
DataReport MyReport.data.json MyTenant MyUser MyRegulation MyReport /german
DataReport MyReport.data.json MyTenant MyUser MyRegulation MyReport MyParameters.json /germanReport to file. Based on FastReports.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | User |
User identifier |
| 3 | Regulation |
Regulation name |
| 4 | Report |
Report name |
| 5 | ParameterFile |
Report parameter file (JSON string/string dictionary, optional) |
| 6 | Culture |
Report culture |
| 7 | TargetFile |
Target file name |
Toggles:
- document type:
/word,/excel,/pdf,/xml,/xmlraw(default:pdf) - post action:
/noactionor/shellopen(default:noaction)
Examples:
Report MyTenant MyUser MyRegulation MyReport /german
Report MyTenant MyUser MyRegulation MyReport MyParameters.json /french /xml
Report MyTenant MyUser MyRegulation MyReport /pdf targetFile:MyReport.pdfExecute a report and generate a schema document for report template design.
Without TemplateFile, generates a new schema document from the DataSet. With TemplateFile (CI mode), updates the schema section of the existing template, preserving all design elements. The output format is determined by the document service — the command is format-agnostic.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | User |
User identifier |
| 3 | Regulation |
Regulation name |
| 4 | Report |
Report name |
Named:
| Name | Description |
|---|---|
TemplateFile |
Existing template file for CI schema update (optional); output inherits its extension |
ParameterFile |
Report parameter file (JSON string/string dictionary, optional) |
Culture |
Report culture |
TargetFile |
Target file name (default: {ReportName}_{Timestamp}[{TemplateExtension}]) |
Toggles: post action: /noaction or /shellopen (default: noaction)
Examples:
ReportBuild MyTenant MyUser MyRegulation MyReport
ReportBuild MyTenant MyUser MyRegulation MyReport /shellopen
ReportBuild MyTenant MyUser MyRegulation MyReport templateFile:Report.frx
ReportBuild MyTenant MyUser MyRegulation MyReport parameterFile:parameters.json
ReportBuild MyTenant MyUser MyRegulation MyReport targetFile:MyReport.frxTest report output data.
| # | Argument | Description |
|---|---|---|
| 1 | FileMask |
JSON/YAML file name or file mask |
Toggles:
- test display mode:
/showfailedor/showall(default:showfailed) - test precision:
/TestPrecisionOffor/TestPrecision1to/TestPrecision6(default:/TestPrecision2)
Examples:
ReportTest *.rt.json
ReportTest Test.rt.json /showall
ReportTest Test.rt.json /TestPrecision3Export regulation scripts to folder.
| # | Argument | Description |
|---|---|---|
| 1 | TargetFolder |
Target folder |
| 2 | Tenant |
Tenant identifier |
| 3 | User |
User identifier |
| 4 | Employee |
Employee identifier |
| 5 | Payroll |
Payroll name |
| 6 | Regulation |
Regulation name |
| 7 | Namespace |
Namespace |
Toggles: script export mode: /existing or /all (default: existing)
Examples:
ScriptExport scripts MyTenant MyUser MyEmployee MyPayroll MyRegulation
ScriptExport scripts MyTenant MyUser MyEmployee MyPayroll MyRegulation /all
ScriptExport scripts\cases MyTenant MyUser MyEmployee MyPayroll MyRegulation CasePublish scripts from C# file.
| # | Argument | Description |
|---|---|---|
| 1 | SourceFile |
C# source file name |
| 2 | SourceScript |
Script key e.g. report name, case name (default: all scripts) |
Examples:
ScriptPublish c:\test\CaseAvailableFunction.cs
ScriptPublish c:\test\CaseAvailableFunction.cs MyCaseNameDelete tenant.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
Toggles: object delete mode: /delete or /trydelete (default: delete)
Examples:
TenantDelete MyTenantName
TenantDelete MyTenantName /trydeleteChange the user password.
| # | Argument | Description |
|---|---|---|
| 1 | Tenant |
Tenant identifier |
| 2 | User |
User identifier |
| 3 | NewPassword |
New password |
| 4 | ExistingPassword |
Existing password (required on change) |
Examples:
ChangePassword MyTenant MyUser My3irst@assword
ChangePassword MyTenant MyUser My2econd@assword My3irst@asswordView and change the environment user variable.
| # | Argument | Description |
|---|---|---|
| 1 | VariableName |
Variable name |
| 2 | VariableValue |
Variable value (optional) |
Variable value supports simple values, JSON file names (variable name is the field name) and predefined expressions: $FileVersion$, $ProductVersion$, $ProductMajorPart$, $ProductMinorPart$, $ProductMajorBuild$, $ProductName$.
Toggles: variable mode: /view, /set or /remove (default without value: view, default with value: set)
Examples:
UserVariable MyVariable
UserVariable MyVariable MyValue
UserVariable MyVariable /removeGenerate scaled exchange files for payrun load testing from a template.
| # | Argument | Description |
|---|---|---|
| 1 | TemplatePath |
Path to exchange template file |
| 2 | EmployeeCount |
Target employee count (100, 1000, 10000) |
| 3 | OutputDir |
Output directory (optional, default: LoadTest{count}) |
Multiplies template employees to reach the target count. Each copy receives a unique identifier (e.g. OriginalId-C0001) with identical case values. Payrun invocations are extracted from the template and deduplicated by period. Generates Setup-Employees.json, Setup-Cases-NNN.json (batches of 500 employees), and Payrun-Invocation.json.
Examples:
LoadTestGenerate MyTemplate.et.json 100
LoadTestGenerate MyTemplate.et.json 1000 LoadTest1000
LoadTestGenerate MyTemplate.et.json 10000 LoadTest10000Bulk-import employees for load testing via CreateEmployeesBulkAsync.
| # | Argument | Description |
|---|---|---|
| 1 | EmployeesFile |
Path to Setup-Employees.json |
Examples:
LoadTestSetupEmployees LoadTest100\Setup-Employees.json
LoadTestSetupEmployees LoadTest10000\Setup-Employees.jsonBulk-import case changes for load testing via AddCasesBulkAsync. Replaces slow PayrollImport for load test setup with direct bulk insert (no script execution).
| # | Argument | Description |
|---|---|---|
| 1 | CasesPath |
Directory, single file, or glob pattern |
| 2 | BatchSize |
HTTP batch size (optional, default: 500) |
Supports directory input (finds all Setup-Cases-*.json), single file, or glob pattern.
Examples:
LoadTestSetupCases LoadTest100
LoadTestSetupCases LoadTest10000 1000
LoadTestSetupCases LoadTest100\Setup-Cases-001.jsonExecute payrun and measure performance. Supports multiple invocations (periods) per run. Includes a warmup run (not measured) followed by N measured repetitions. Each repetition executes all invocations sequentially. Reports per-period and total timing with per-employee averages.
| # | Argument | Description |
|---|---|---|
| 1 | InvocationFile |
Path to Payrun-Invocation.json |
| 2 | EmployeeCount |
Expected employee count (for report) |
| 3 | Repetitions |
Number of measured runs (optional, default: 3) |
| 4 | ResultFile |
Output CSV path (optional, default: LoadTestResults.csv) |
Toggles/Named:
| Name | Description |
|---|---|
/ExcelReport |
Also write an Excel report (.xlsx) alongside the CSV (derived filename) |
/MarkdownReport |
Also write a Markdown report (.md) alongside the CSV (derived filename) |
/ExcelFile=<path> |
Explicit Excel output path (also enables Excel report) |
/MarkdownFile=<path> |
Explicit Markdown output path (also enables Markdown report) |
/ParallelSetting=<v> |
Backend MaxParallelEmployees value — documented in the Excel setup sheet |
The Markdown report includes a Test Summary (median timing, per-run breakdown) and a Test Infrastructure section with computer specs (OS, CPU, RAM, disk), Console version/build date, and full Backend information (version, database, authentication mode, runtime configuration, audit trail, CORS, rate limiting) retrieved from GET /api/admin/information.
Examples:
PayrunLoadTest LoadTest100\Payrun-Invocation.json 100
PayrunLoadTest LoadTest1000\Payrun-Invocation.json 1000 5 Results\LT1000.csv
PayrunLoadTest LoadTest1000\Payrun-Invocation.json 1000 5 Results\LT1000.csv /ExcelReport
PayrunLoadTest LoadTest1000\Payrun-Invocation.json 1000 5 Results\LT1000.csv /MarkdownReport
PayrunLoadTest LoadTest1000\Payrun-Invocation.json 1000 5 Results\LT1000.csv /ExcelFile=Reports\LT1000.xlsx /MarkdownFile=Reports\LT1000.mdDelete load test employees from a tenant. Identifies test employees by a filter pattern in their identifier (default: -C, matching generated copies like TF01-C0001).
| # | Argument | Description |
|---|---|---|
| 1 | TenantIdentifier |
Tenant identifier |
| 2 | FilterPattern |
Substring filter for employee identifier (optional, default: -C) |
Examples:
LoadTestCleanup CH.Swissdec
LoadTestCleanup CH.Swissdec -C00See Commands/LoadTestCommands/README.md for detailed documentation including workflow, PECMD scripts, CSV format, and server-side metrics.
Show command help.
| # | Argument | Description |
|---|---|---|
| 1 | Command |
Command name |
Examples:
Help
Help PayrollImport