style: end short help with a period
diff --git a/cmd/aspect/build/build.go b/cmd/aspect/build/build.go index 8d9dbac..670654b 100644 --- a/cmd/aspect/build/build.go +++ b/cmd/aspect/build/build.go
@@ -31,7 +31,7 @@ cmd := &cobra.Command{ Use: "build", - Short: "Builds the specified targets, using the options", + Short: "Builds the specified targets, using the options.", Long: "Invokes bazel build on the specified targets. " + "See 'bazel help target-syntax' for details and examples on how to specify targets to build.", RunE: b.Run,
diff --git a/cmd/aspect/clean/clean.go b/cmd/aspect/clean/clean.go index 1a52528..a039256 100644 --- a/cmd/aspect/clean/clean.go +++ b/cmd/aspect/clean/clean.go
@@ -29,7 +29,7 @@ cmd := &cobra.Command{ Use: "clean", - Short: "Removes the output tree", + Short: "Removes the output tree.", Long: `Removes bazel-created output, including all object files, and bazel metadata. clean deletes the output directories for all build configurations performed by
diff --git a/cmd/aspect/docs/docs.go b/cmd/aspect/docs/docs.go index fd6359b..ca71e9f 100644 --- a/cmd/aspect/docs/docs.go +++ b/cmd/aspect/docs/docs.go
@@ -22,7 +22,7 @@ cmd := &cobra.Command{ Use: "docs", - Short: "Open documentation in the browser", + Short: "Open documentation in the browser.", Long: `Given a selected topic, open the relevant API docs in a browser window. The mechanism of choosing the browser to open is documented at https://github.com/pkg/browser By default, opens docs.bazel.build`,
diff --git a/cmd/aspect/info/info.go b/cmd/aspect/info/info.go index 24102ee..0ce183c 100644 --- a/cmd/aspect/info/info.go +++ b/cmd/aspect/info/info.go
@@ -22,7 +22,7 @@ cmd := &cobra.Command{ Use: "info", - Short: "Displays runtime info about the bazel server", + Short: "Displays runtime info about the bazel server.", Long: `Displays information about the state of the bazel process in the form of several "key: value" pairs. This includes the locations of several output directories. Because some of the
diff --git a/cmd/aspect/version/version.go b/cmd/aspect/version/version.go index 6d35ef1..bd8e443 100644 --- a/cmd/aspect/version/version.go +++ b/cmd/aspect/version/version.go
@@ -26,7 +26,7 @@ cmd := &cobra.Command{ Use: "version", - Short: "Print the version of aspect CLI as well as tools it invokes", + Short: "Print the version of aspect CLI as well as tools it invokes.", Long: `Prints version info on colon-separated lines, just like bazel does`, RunE: v.Run, }
diff --git a/docs/aspect.md b/docs/aspect.md index d86bc38..f40087b 100644 --- a/docs/aspect.md +++ b/docs/aspect.md
@@ -16,10 +16,10 @@ ### SEE ALSO -* [aspect build](aspect_build.md) - Builds the specified targets, using the options -* [aspect clean](aspect_clean.md) - Removes the output tree -* [aspect docs](aspect_docs.md) - Open documentation in the browser -* [aspect info](aspect_info.md) - Displays runtime info about the bazel server -* [aspect version](aspect_version.md) - Print the version of aspect CLI as well as tools it invokes +* [aspect build](aspect_build.md) - Builds the specified targets, using the options. +* [aspect clean](aspect_clean.md) - Removes the output tree. +* [aspect docs](aspect_docs.md) - Open documentation in the browser. +* [aspect info](aspect_info.md) - Displays runtime info about the bazel server. +* [aspect version](aspect_version.md) - Print the version of aspect CLI as well as tools it invokes. ###### Auto generated by spf13/cobra
diff --git a/docs/aspect_build.md b/docs/aspect_build.md index 5a8b18a..7dd414d 100644 --- a/docs/aspect_build.md +++ b/docs/aspect_build.md
@@ -1,6 +1,6 @@ ## aspect build -Builds the specified targets, using the options +Builds the specified targets, using the options. ### Synopsis
diff --git a/docs/aspect_clean.md b/docs/aspect_clean.md index 3f40876..7904e09 100644 --- a/docs/aspect_clean.md +++ b/docs/aspect_clean.md
@@ -1,6 +1,6 @@ ## aspect clean -Removes the output tree +Removes the output tree. ### Synopsis
diff --git a/docs/aspect_docs.md b/docs/aspect_docs.md index d5a636d..c044aff 100644 --- a/docs/aspect_docs.md +++ b/docs/aspect_docs.md
@@ -1,6 +1,6 @@ ## aspect docs -Open documentation in the browser +Open documentation in the browser. ### Synopsis
diff --git a/docs/aspect_info.md b/docs/aspect_info.md index 5f32620..ed33ea1 100644 --- a/docs/aspect_info.md +++ b/docs/aspect_info.md
@@ -1,6 +1,6 @@ ## aspect info -Displays runtime info about the bazel server +Displays runtime info about the bazel server. ### Synopsis
diff --git a/docs/aspect_version.md b/docs/aspect_version.md index 7e3c086..5b04669 100644 --- a/docs/aspect_version.md +++ b/docs/aspect_version.md
@@ -1,6 +1,6 @@ ## aspect version -Print the version of aspect CLI as well as tools it invokes +Print the version of aspect CLI as well as tools it invokes. ### Synopsis