From 01d2eea3109d6659b67e940d284a87238f3c8089 Mon Sep 17 00:00:00 2001 From: Chris McBride Date: Fri, 18 Oct 2024 14:35:14 -0500 Subject: [PATCH] revert removal of dbcli option --- smartsim/_core/_cli/cli.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smartsim/_core/_cli/cli.py b/smartsim/_core/_cli/cli.py index 2195f008cd..71d0c3a398 100644 --- a/smartsim/_core/_cli/cli.py +++ b/smartsim/_core/_cli/cli.py @@ -118,6 +118,11 @@ def default_cli() -> SmartCli: clean_execute, clean_parser, ), + MenuItemConfig( + "dbcli", + "Print the path to the redis-cli binary", + dbcli_execute, + ), MenuItemConfig( "site", "Print the installation site of SmartSim",