Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 481679a

Browse files
committed
Add main banner
1 parent 7064eb1 commit 481679a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

cmd/cmd.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ var (
4545

4646
func NewRootCommand() *cobra.Command {
4747
rootCmd := &cobra.Command{
48-
Use: "",
49-
Short: "",
50-
Long: ``,
48+
Use: "tmctl",
49+
Short: "A command line interface to configure your event bridges",
50+
Long: `tmctl is a CLI to help you create event flows.
51+
52+
Find more information at: https://docs.triggermesh.io`,
5153

5254
PersistentPreRunE: func(ccmd *cobra.Command, args []string) error {
5355
// check docker server

0 commit comments

Comments
 (0)