Searched refs:_convert_flags (Results 1 – 2 of 2) sorted by relevance
90 hpm_build_cmd = [self.exec, "build"] + self._convert_flags()95 hpm_install_cmd = [self.exec, "install"] + self._convert_flags()100 hpm_pack_cmd = [self.exec, "pack", "-t"] + self._convert_flags()105 hpm_publish_cmd = [self.exec, "publish", "-t"] + self._convert_flags()110 hpm_update_cmd = [self.exec, "update"] + self._convert_flags()141 def _convert_flags(self) -> list: member in Hpm
100 self.config.out_path] + self._convert_flags()285 def _convert_flags(self) -> list: member in Gn