Closed adomokos closed 5 years ago
A deprecation warning would be a great start for this, before the feature is removed.
Only saw this now... just want to point out that I do use key_aliases, and it would be great if they could stick around, especially as Orchestrators are now deprecated...
I'll leave this, but before hooks or even a simple execute
block could be used to this.
I don't think there is enough support to remove it, I'll keep it in there.
At one point, we needed key aliasing for our actions to avoid 1 line Actions. You can find more about it here.
Now that we have Orchestrator functionality in Organizers, I think this feature is obsolete. We could accomplish the same thing with an
execute
actions.So instead of doing this:
We could do this:
See how the execute block now is responsible for aliasing.
Let me know if you're NOT OK with deprecating (and eventually removing in 1.0) key aliasing.