Home
last modified time | relevance | path

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

/mcuboot-3.7.0/scripts/imgtool/
Dmain.py500 def get_command(self, ctx, cmd_name): argument
501 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])