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

Function version_cmd

src/codegraphcontext/cli/main.py:3128–3130  ·  view source on GitHub ↗

Show the application version.

()

Source from the content-addressed store, hash-verified

3126
3127@app.command("version")
3128def version_cmd():
3129 """Show the application version."""
3130 console.print(f"CodeGraphContext [bold cyan]{get_version()}[/bold cyan]")
3131
3132
3133@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