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

Function list_platforms

plugin/generate.py:307–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305
306
307def list_platforms() -> None:
308 print("Available platforms:\n")
309 print(f" {'Name':<16} {'Instruction File':<48} {'Format'}")
310 print(f" {'-'*15} {'-'*47} {'-'*10}")
311 for key, p in PLATFORMS.items():
312 print(f" {key:<16} {p.instruction_path:<48} {p.format}")
313 print(f"\nUse --platform <name> to generate, or --platform all for everything.")
314 print(f"Claude Code users: use the plugin marketplace instead (no generation needed).")
315
316
317def main() -> None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected