From c33573409f6b24cf53faac7d2ee713ff44c89833 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 9 Oct 2022 15:26:07 +0800 Subject: [PATCH] feat(shell): move show stable ahead --- tools/shell/src/shellAuto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 2702c28e59..5db9b47a5f 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -145,11 +145,11 @@ SWords shellCommands[] = { // 80 {"show query ;", 0, 0, NULL}, {"show qnodes;", 0, 0, NULL}, - {"show snodes;", 0, 0, NULL}, {"show stables;", 0, 0, NULL}, {"show stables like ", 0, 0, NULL}, {"show streams;", 0, 0, NULL}, {"show scores;", 0, 0, NULL}, + {"show snodes;", 0, 0, NULL}, {"show subscriptions;", 0, 0, NULL}, {"show tables;", 0, 0, NULL}, {"show tables like", 0, 0, NULL},