add a few more subcommands

This commit is contained in:
Martin Michelsen
2022-03-23 15:37:21 -07:00
parent c0193747f4
commit ece71153d9
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -321,7 +321,6 @@ int main(int argc, char* argv[]) {
shared_ptr<Shell> shell;
if (should_run_shell) {
log(INFO, "Starting interactive shell");
if (proxy_port) {
shell.reset(new ProxyShell(base, state, proxy_server));
} else {