|
Before this commit user side provider wasn't able to create custom action.
Now we're parsing actions/targets in `rlx_cmd_args` we didn't check them, just
converting to atoms. In order to display error message about wrong action, we
have to add another check in `relx:run_providers` function.
|