Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
def
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
20
def
error(text):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected