mirror of
https://github.com/aljazceru/nigiri.git
synced 2026-02-23 15:24:18 +01:00
unused variable and import (#15)
This commit is contained in:
@@ -8,15 +8,9 @@ import (
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/vulpemventures/nigiri/cli/builder"
|
||||
"github.com/vulpemventures/nigiri/cli/config"
|
||||
"github.com/vulpemventures/nigiri/cli/helpers"
|
||||
)
|
||||
|
||||
var composeBuilder = map[string]func(path string) builder.ComposeBuilder{
|
||||
"regtest": helpers.NewRegtestBuilder,
|
||||
}
|
||||
|
||||
var CreateCmd = &cobra.Command{
|
||||
Use: "create",
|
||||
Short: "Build and run the entire Docker environment",
|
||||
|
||||
Reference in New Issue
Block a user