Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
689
def
main() -> None:
690
parser = build_parser()
691
args = parser.parse_args()
692
args.func(args)
693
694
695
if
__name__ ==
"__main__"
:
Callers
1
coderlm_cli.py
File · 0.70
Calls
1
build_parser
Function · 0.85
Tested by
no test coverage detected