Command Namespaces
#13513
Replies: 1 comment
-
You can use (inline) plugins for that as a workaround so you end up with There should be a feature request issue for what you're asking for but i'm too dumb to find it right now. Only found #3256 which is a bit extreme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Love the framework. I'm wondering how difficult it would be to have namespaces for commands instead of just the function name? It seems like it would be a nice thing to have for larger codebases with many commands.
So you could invoke a command like this
invoke("user::update", { ... })
, and not have to have the function name itself changed. I know you can just prefix the function name like user_update, but somehow it helps the mental model to have this kind of modular namespace identifier (at least for me).Beta Was this translation helpful? Give feedback.
All reactions