Show the application version.
()
| 2933 | |
| 2934 | @app.command("version") |
| 2935 | def version_cmd(): |
| 2936 | """Show the application version.""" |
| 2937 | console.print(f"CodeGraphContext [bold cyan]{get_version()}[/bold cyan]") |
| 2938 | |
| 2939 | |
| 2940 | @app.callback(invoke_without_command=True) |
nothing calls this directly
no test coverage detected