Lines Matching refs:input
90 cls.device_name = cls.targets[int(input()) - 1]
163 if opt := input(f"Default hdc execution? [{cls.hdc_exe}]\n").strip():
165 if opt := input(f"Default local storage path? [{cls.local_path}]\n").strip():
167 if opt := input(f"Default remote storage path? [{cls.remote_path}]\n").strip():
169 if opt := input(f"Default remote ip? [{cls.remote_ip}]\n").strip():
171 if opt := input(f"Default remote port? [{cls.remote_port}]\n").strip():
173 if opt := input(f"Default device name? [{cls.device_name}], opts: {cls.targets}\n").strip():
175 if opt := input(f"Default connect type? [{cls.tmode}], opt: [usb, tcp]\n").strip():
191 if opt := input(f"Change default testcase?(Y/n) [{cls.changed_testcase}]\n").strip():
195 if opt := input(f"Use default testcase path?(Y/n) [{cls.testcase_path}]\n").strip():
356 opt = input(msg).strip()