diff --git a/examples/repl/main.rs b/examples/repl/main.rs index c4662cad3..c3fa14569 100644 --- a/examples/repl/main.rs +++ b/examples/repl/main.rs @@ -247,10 +247,8 @@ const IMEX_COMMANDS: [&str; 12] = [ "stop", ]; -const DB_COMMANDS: [&str; 11] = [ +const DB_COMMANDS: [&str; 9] = [ "info", - "open", - "close", "set", "get", "oauth2",