Searched refs:add_commands (Results 1 – 2 of 2) sorted by relevance
488 def add_commands(self, version, commands): member in CommandNames531 self.all_cmd_names.add_commands(annotation, commands)603 self.all_cmd_names.add_commands(ext_annotations[extension_name], ext_cmd_names)
776 argh.add_commands(parser, functions) # type: ignore