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) => {