Show the application version.
()
| 3132 | |
| 3133 | @app.command("version") |
| 3134 | def 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) |
nothing calls this directly
no test coverage detected