1 parent 782245d commit dd56bbeCopy full SHA for dd56bbe
1 file changed
internal/command/init.go
@@ -3,11 +3,5 @@ package command
3
import "github.com/urfave/cli/v3"
4
5
func Init(cmd *cli.Command) error {
6
-
7
- name := cmd.String("name")
8
- if name == "" {
9
10
- }
11
12
- return nil
+ return cli.Exit("Sorry, the init command is not implemented yet :(", 1)
13
}
0 commit comments