Skip to content

Commit

Permalink
revert removal of dbcli option
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Oct 18, 2024
1 parent bfd1459 commit 01d2eea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions smartsim/_core/_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 01d2eea

Please sign in to comment.