Don't need server flag
This commit is contained in:
parent
210b810096
commit
9e7e8742b4
@ -42,10 +42,6 @@ func client(service micro.Service) {
|
|||||||
func flags(service micro.Service) {
|
func flags(service micro.Service) {
|
||||||
app := service.Cmd().App()
|
app := service.Cmd().App()
|
||||||
app.Flags = append(app.Flags,
|
app.Flags = append(app.Flags,
|
||||||
&cli.BoolFlag{
|
|
||||||
Name: "server",
|
|
||||||
Usage: "Launch the server",
|
|
||||||
},
|
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "client",
|
Name: "client",
|
||||||
Usage: "Launch the client",
|
Usage: "Launch the client",
|
||||||
|
Loading…
Reference in New Issue
Block a user