Revert "chore: tidying"

This commit is contained in:
Alex Jones
2023-03-24 10:55:37 +00:00
committed by GitHub
parent 2dd18c3ba1
commit ca5e0fab21
6 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package auth
import (
"fmt"
"github.com/spf13/cobra"
)
@@ -15,7 +20,7 @@ Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
fmt.Println("auth called")
},
}