Home
last modified time | relevance | path

Searched refs:cmd_name (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/scripts/imgtool/
Dmain.py595 def get_command(self, ctx, cmd_name): argument
596 rv = click.Group.get_command(self, ctx, cmd_name)
599 if cmd_name in self._aliases:
600 return click.Group.get_command(self, ctx, self._aliases[cmd_name])