Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/httpie/cli
/ program
Function
program
httpie/manager/__main__.py:51–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
def
program():
52
try
:
53
exit_status = main()
54
except
KeyboardInterrupt:
55
exit_status = ExitStatus.ERROR_CTRL_C
56
57
return
exit_status
58
59
60
if
__name__ ==
'__main__'
:
# pragma: nocover
Callers
1
__main__.py
File · 0.70
Calls
1
main
Function · 0.70
Tested by
no test coverage detected