(Feat): Initial Commit
This commit is contained in:
13
cmd/db/db.go
Normal file
13
cmd/db/db.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"allaboutapps.dev/aw/go-starter/internal/util/command"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func New() *cobra.Command {
|
||||
return command.NewSubcommandGroup("db",
|
||||
newMigrate(),
|
||||
newSeed(),
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user