You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command can be aliased by supplying the flag:
--command_alias=__PING=PING
to the server startup.
A map of alias is retained. When finding a command id, first we look up
into the original command map, then if not found there we lookup through
the command alias map. This results in two find operations for an
aliased command.
Signed-off-by: Abhijat Malviya <[email protected]>
0 commit comments