MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / version_cmd

Function version_cmd

src/codegraphcontext/cli/main.py:3134–3136  ·  view source on GitHub ↗

Show the application version.

()

Source from the content-addressed store, hash-verified

3132
3133@app.command("version")
3134def version_cmd():
3135 """Show the application version."""
3136 console.print(f"CodeGraphContext [bold cyan]{get_version()}[/bold cyan]")
3137
3138
3139@app.callback(invoke_without_command=True)

Callers

nothing calls this directly

Calls 2

get_versionFunction · 0.85
printMethod · 0.80

Tested by

no test coverage detected