feat: remove useless code

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias
2019-01-07 23:11:00 +00:00
parent cae8809da0
commit 46b221533a
4 changed files with 0 additions and 18 deletions

View File

@@ -2,7 +2,6 @@ package cmd
import (
"fmt"
"os"
"github.com/spf13/cobra"
)
@@ -16,10 +15,6 @@ var cmdsCmd = &cobra.Command{
Short: "Command runner management utility",
Long: `Command runner management utility.`,
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
os.Exit(0)
},
}
func printEvents(m map[string][]string) {