Toggles whether to hide the arguments list when logging the process command.
- Namespace
- Statiq
.Core - Containing Type
- StartProcess
Syntax
public StartProcess HideArguments(Config<bool> hideArguments = null)
Parameters
| Name | Type | Description |
|---|---|---|
| hideArguments | Config |
true or null to hide the arguments, false otherwise. |
Return Value
| Type | Description |
|---|---|
| StartProcess | The current module instance. |