MCPcopy
hub / github.com/httpie/cli / install

Method install

httpie/manager/tasks/plugins.py:105–109  ·  view source on GitHub ↗
(self, targets: List[str])

Source from the content-addressed store, hash-verified

103 return stdout, exit_status
104
105 def install(self, targets: List[str]) -> ExitStatus:
106 self.env.stdout.write(f"Installing {', '.join(targets)}...\n")
107 self.env.stdout.flush()
108 _, exit_status = self._install(targets)
109 return exit_status
110
111 def _clear_metadata(self, targets: List[str]) -> None:
112 # Due to an outstanding pip problem[0], we have to get rid of

Callers 1

runMethod · 0.95

Calls 2

_installMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected