From 0991559f1262642d4b4c709cc316d49465186344 Mon Sep 17 00:00:00 2001 From: cyl19970726 <15258378443@163.com> Date: Wed, 1 Mar 2023 12:47:37 +0800 Subject: [PATCH] hub members info --- src/git3/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/git3/index.ts b/src/git3/index.ts index 63b6c43..1a36638 100644 --- a/src/git3/index.ts +++ b/src/git3/index.ts @@ -235,7 +235,7 @@ hub }) hub - .command("getMembers") + .command("members") .argument("", "hub_name.NS or hub_address:chain_id") .description("get members corresponding to the role from hub") .action(async (hub) => { @@ -256,7 +256,7 @@ hub }) hub - .command("getAllMembers") + .command("allMembers") .argument("", "hub_name.NS or hub_address:chain_id") .description("get all members from hub") .action(async (hub) => {