MCPcopy 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
51def program():
52 try:
53 exit_status = main()
54 except KeyboardInterrupt:
55 exit_status = ExitStatus.ERROR_CTRL_C
56
57 return exit_status
58
59
60if __name__ == '__main__': # pragma: nocover

Callers 1

__main__.pyFile · 0.70

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected