MCPcopy Create free account
hub / github.com/qilingframework/qiling / ask_option

Function ask_option

qltui.py:253–261  ·  view source on GitHub ↗

Ask for operation(run/code)

()

Source from the content-addressed store, hash-verified

251
252
253def ask_option():
254 """
255 Ask for operation(run/code)
256 """
257 answer = questionary.select(
258 "Select an Option:",
259 choices=['Run', 'Code']).ask()
260
261 return answer.lower()
262
263
264def ask_run_options():

Callers 1

get_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected