mirror of
https://github.com/go-micro/go-micro.git
synced 2025-09-16 08:36:30 +02:00
Don't need server flag
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user