MCPcopy
hub / github.com/HKUDS/DeepCode / get_user_input

Method get_user_input

cli/cli_interface.py:229–232  ·  view source on GitHub ↗

Get user input with styled prompt

(self)

Source from the content-addressed store, hash-verified

227 print(menu)
228
229 def get_user_input(self):
230 """Get user input with styled prompt"""
231 print(f"\n{Colors.BOLD}{Colors.OKCYAN}➤ Your choice: {Colors.ENDC}", end="")
232 return input().strip().lower()
233
234 def upload_file_gui(self) -> Optional[str]:
235 """Enhanced file upload interface with better error handling"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected