MCPcopy Create free account
hub / github.com/AutoPackAI/autopack / main

Function main

autopack/cli.py:27–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26
27def main():
28 args = parse_args()
29
30 if args.command == "install":
31 result = install_pack(args.pack, args.force)
32 if result:
33 print("Installation completed")
34 else:
35 print("Installation failed")
36
37 if args.command == "search":
38 print_search(args.query)
39
40
41if __name__ == "__main__":

Callers 2

__main__.pyFile · 0.85
cli.pyFile · 0.85

Calls 3

install_packFunction · 0.90
print_searchFunction · 0.90
parse_argsFunction · 0.85

Tested by

no test coverage detected