From be4edc729aca006b6111ae4bb7c9679648315153 Mon Sep 17 00:00:00 2001 From: Finn Date: Thu, 28 Jan 2021 22:16:00 -0800 Subject: [PATCH] change capitalization of arguments --- cmd/signaldctl/cmd/{listAccounts.go => list-accounts.go} | 2 +- cmd/signaldctl/cmd/{listGroups.go => list-groups.go} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cmd/signaldctl/cmd/{listAccounts.go => list-accounts.go} (98%) rename cmd/signaldctl/cmd/{listGroups.go => list-groups.go} (98%) diff --git a/cmd/signaldctl/cmd/listAccounts.go b/cmd/signaldctl/cmd/list-accounts.go similarity index 98% rename from cmd/signaldctl/cmd/listAccounts.go rename to cmd/signaldctl/cmd/list-accounts.go index b65c582..d210a3f 100644 --- a/cmd/signaldctl/cmd/listAccounts.go +++ b/cmd/signaldctl/cmd/list-accounts.go @@ -27,7 +27,7 @@ import ( // listAccountsCmd represents the listAccounts command var listAccountsCmd = &cobra.Command{ - Use: "listAccounts", + Use: "list-accounts", Short: "list of all the accounts registered to this signald instance.", Long: `Prints a list of all users to stdout.`, Run: func(cmd *cobra.Command, args []string) { diff --git a/cmd/signaldctl/cmd/listGroups.go b/cmd/signaldctl/cmd/list-groups.go similarity index 98% rename from cmd/signaldctl/cmd/listGroups.go rename to cmd/signaldctl/cmd/list-groups.go index b12a141..6c53bb9 100644 --- a/cmd/signaldctl/cmd/listGroups.go +++ b/cmd/signaldctl/cmd/list-groups.go @@ -27,7 +27,7 @@ import ( // listGroupsCmd represents the listGroups command var listGroupsCmd = &cobra.Command{ - Use: "listGroups", + Use: "list-groups", Short: "list of all the groups that the user is in.", Long: `Prints a list of all groups the user is in to stdout.`, Run: func(cmd *cobra.Command, args []string) {