Skip to content

Commit dd56bbe

Browse files
committed
message
1 parent 782245d commit dd56bbe

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

internal/command/init.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,5 @@ package command
33
import "github.com/urfave/cli/v3"
44

55
func Init(cmd *cli.Command) error {
6-
7-
name := cmd.String("name")
8-
if name == "" {
9-
10-
}
11-
12-
return nil
6+
return cli.Exit("Sorry, the init command is not implemented yet :(", 1)
137
}

0 commit comments

Comments
 (0)