MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / main

Function main

plugin/skills/coderlm/scripts/coderlm_cli.py:689–692  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687
688
689def main() -> None:
690 parser = build_parser()
691 args = parser.parse_args()
692 args.func(args)
693
694
695if __name__ == "__main__":

Callers 1

coderlm_cli.pyFile · 0.70

Calls 1

build_parserFunction · 0.85

Tested by

no test coverage detected