Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/imgtool/
Dmain.py574 def get_command(self, ctx, cmd_name): member in AliasesGroup
575 rv = click.Group.get_command(self, ctx, cmd_name)
579 return click.Group.get_command(self, ctx, self._aliases[cmd_name])