cmd: remove Connect() due to #16
This commit is contained in:
@@ -50,9 +50,6 @@ func main() {
|
||||
}
|
||||
|
||||
c := d.NewClient(*root, *usr, *pw)
|
||||
if err := c.Connect(); err != nil {
|
||||
fail(fmt.Sprintf("Failed to connect due to: %s", err.Error()))
|
||||
}
|
||||
|
||||
cmd := getCmd(*method)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user