Searched refs:cmd_name (Results 1 – 1 of 1) sorted by relevance
500 def get_command(self, ctx, cmd_name): argument501 rv = click.Group.get_command(self, ctx, cmd_name)504 if cmd_name in self._aliases:505 return click.Group.get_command(self, ctx, self._aliases[cmd_name])