MCPcopy Create free account
hub / github.com/Boris-code/feapder / main

Function main

feapder/commands/shell.py:201–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199
200
201def main():
202 parser, args = parse_args()
203 if args.url:
204 fetch_url(args.url)
205 elif args.curl:
206 fetch_curl()
207 else:
208 parser.print_help()
209
210
211if __name__ == "__main__":

Callers 1

shell.pyFile · 0.70

Calls 3

fetch_urlFunction · 0.85
fetch_curlFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected