Skip to content

Commit 6f16cef

Browse files
authored
fix-up help cli command output (#215)
* adds tools description * update tool name -> zero in check command
1 parent b4b893f commit 6f16cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func checkSemver(req requirement, actualVersion *semver.Version) bool {
9999

100100
var checkCmd = &cobra.Command{
101101
Use: "check",
102-
Short: "Print the check number of commit0",
102+
Short: "Print the check number of zero",
103103
Run: func(cmd *cobra.Command, args []string) {
104104
// Add any new requirements to this slice.
105105
required := []requirement{

cmd/zero.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
var rootCmd = &cobra.Command{
1111
Use: "zero",
1212
Short: "zero gets you to writing code quicker.",
13-
Long: `TODO`,
13+
Long: "Zero is an open-source developer platform CLI tool which makes it quick and easy for technical founders & developers \nto build quality and reliable infrastructure to launch, grow and scale high-quality SaaS applications faster and more cost-effectively.",
1414
Run: func(cmd *cobra.Command, args []string) {
1515
},
1616
}

0 commit comments

Comments
 (0)