Missed a debug Println()
This commit is contained in:
@@ -24,8 +24,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
fmt.Println(args)
|
||||
|
||||
for _, b := range binds {
|
||||
allargs = append(allargs, "--bind", b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user