Clear handler arguments
Deletes all previously values of the handler arguments
Function ClearHandlerArguments(Val Project, Val HandlersKey) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Project | --proj | String | ✔ | Project filepath |
HandlersKey | --handler | String | ✔ | Handlers key |
Returns: Structure Of KeyAndValue - Cleaning result
- Bash
- CMD/Bat
melezh ClearHandlerArguments \
--proj "/proj.melezh" \
--handler "my-key"
melezh ClearHandlerArguments ^
--proj "/proj.melezh" ^
--handler "my-key"
Result
{
"result": true
}