Command names out of fully-qualified function names? #11275
RenaudDenis
started this conversation in
Ideas
Replies: 1 comment
-
I realized that even the first solution does not exist (my LLM hallucinated that). |
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
-
Just a suggestion.
It might be nice, instead of:
to be able to define a command name prefix on the module declaration, maybe something like this:
and/or this, with automatic inference?
or, perhaps more elegant, have an option in the
generate_handler!
macro, to automatically build command names out of the fully qualified name of the function?or even more, directly as an option of the command attribute:
Beta Was this translation helpful? Give feedback.
All reactions