Don't need server flag

This commit is contained in:
Asim 2016-01-01 02:36:47 +00:00
parent 210b810096
commit 9e7e8742b4

View File

@ -42,10 +42,6 @@ func client(service micro.Service) {
func flags(service micro.Service) {
app := service.Cmd().App()
app.Flags = append(app.Flags,
&cli.BoolFlag{
Name: "server",
Usage: "Launch the server",
},
&cli.BoolFlag{
Name: "client",
Usage: "Launch the client",