MCPcopy
hub / github.com/NullArray/AutoSploit / prompt

Function prompt

lib/output.py:9–17  ·  view source on GitHub ↗
(text, lowercase=True)

Source from the content-addressed store, hash-verified

7
8
9def prompt(text, lowercase=True):
10 question = raw_input(
11 "[\033[1m\033[36m?\033[0m] {}: ".format(
12 text
13 )
14 )
15 if lowercase:
16 return question.lower()
17 return question
18
19
20def error(text):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected