From 8ef37bba4607486989ce19dcd27d214652c34140 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Thu, 8 Apr 2021 07:21:11 -0400 Subject: [PATCH] clean up some command text --- Makefile | 2 +- cmd/blox_build.go | 2 +- cmd/remote_list.go | 2 +- cmd/repo_build.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 92411d3..ee359e4 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ fmt: ; $(info $(M) running gofmt…) @ ## Run gofmt on all source files $Q $(GO) fmt $(PKGS) .PHONY: shoulders -shoulders: | $(SHOULDERS) ; $(info $(M) running shoulders...) @ ## Run shoulders +shoulders: | $(SHOULDERS) ; $(info $(M) running shoulders…) @ ## Run shoulders $Q $(SHOULDERS) -w -n Blox # Misc diff --git a/cmd/blox_build.go b/cmd/blox_build.go index 0316a70..b36431e 100644 --- a/cmd/blox_build.go +++ b/cmd/blox_build.go @@ -22,7 +22,7 @@ var ( var buildCmd = &cobra.Command{ Use: "build", - Short: "Convert, Validate, & Build Your JSON Blox", + Short: "Validate and build your data", Run: func(cmd *cobra.Command, args []string) { database, err := cuedb.NewDatabase() cobra.CheckErr(err) diff --git a/cmd/remote_list.go b/cmd/remote_list.go index 09070a6..9efeb9a 100644 --- a/cmd/remote_list.go +++ b/cmd/remote_list.go @@ -13,7 +13,7 @@ import ( // listCmd represents the list command var remoteListCmd = &cobra.Command{ Use: "list", - Short: "A brief description of your command", + Short: "List schemas and versions available in a remote repository", Long: `A longer description that spans multiple lines and likely contains examples and usage of using your command. For example: diff --git a/cmd/repo_build.go b/cmd/repo_build.go index 27532af..3b5176f 100644 --- a/cmd/repo_build.go +++ b/cmd/repo_build.go @@ -8,7 +8,7 @@ import ( // repoBuildCmd represents the build command var repoBuildCmd = &cobra.Command{ Use: "build", - Short: "A brief description of your command", + Short: "Build the schema repository", Long: `A longer description that spans multiple lines and likely contains examples and usage of using your command. For example: