ctlv2: use urfave/cli in ctlv2

This commit is contained in:
Gyu-Ho Lee
2016-06-20 15:06:52 -07:00
parent c4df15ff3e
commit 0ae9d444f9
21 changed files with 26 additions and 22 deletions

View File

@ -15,8 +15,8 @@
package command
import (
"github.com/codegangsta/cli"
"github.com/coreos/etcd/client"
"github.com/urfave/cli"
)
// NewSetDirCommand returns the CLI command for "setDir".