We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ead97 commit c8b8381Copy full SHA for c8b8381
deepsearch/core/cli/main.py
@@ -20,6 +20,7 @@
20
app.add_typer(login_app, name="login", help=MSG_LOGIN_DEPRECATION)
21
logger.info("Core module finished initialization")
22
23
+
24
@app.command(name="version", help=f"Print the client and server version")
25
def get_version():
26
logger.info("Getting DeepSearch version")
0 commit comments