MCPcopy Index your code
hub / github.com/gelstudios/gitfiti / request_user_input

Function request_user_input

gitfiti.py:423–425  ·  view source on GitHub ↗

Request input from the user and return what has been entered.

(prompt='> ')

Source from the content-addressed store, hash-verified

421
422
423def request_user_input(prompt='> '):
424 """Request input from the user and return what has been entered."""
425 return raw_input(prompt)
426
427
428def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected