feat(shell): move show stable ahead
This commit is contained in:
parent
d69bc6d6d5
commit
c33573409f
|
@ -145,11 +145,11 @@ SWords shellCommands[] = {
|
|||
// 80
|
||||
{"show query <anyword> ;", 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},
|
||||
|
|
Loading…
Reference in New Issue