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