Skip to main content

Clear handler arguments

Deletes all previously values of the handler arguments

Function ClearHandlerArguments(Val Project, Val HandlersKey) Export

ParameterCLI optionTypeRequiredDescription
Project--projStringProject filepath
HandlersKey--handlerStringHandlers key

Returns: Structure Of KeyAndValue - Cleaning result


    melezh  ClearHandlerArguments \
--proj "/proj.melezh" \
--handler "my-key"
Result
{
"result": true
}