We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7064eb1 commit 481679aCopy full SHA for 481679a
1 file changed
cmd/cmd.go
@@ -45,9 +45,11 @@ var (
45
46
func NewRootCommand() *cobra.Command {
47
rootCmd := &cobra.Command{
48
- Use: "",
49
- Short: "",
50
- Long: ``,
+ Use: "tmctl",
+ Short: "A command line interface to configure your event bridges",
+ Long: `tmctl is a CLI to help you create event flows.
51
+
52
+Find more information at: https://docs.triggermesh.io`,
53
54
PersistentPreRunE: func(ccmd *cobra.Command, args []string) error {
55
// check docker server
0 commit comments