mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-22 08:29:28 +08:00
work in progress for message queue
This commit is contained in:
@@ -118,5 +118,14 @@ func GetCommands(cliFlags []cli.Flag) []*cli.Command {
|
||||
return err
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "daemon",
|
||||
Usage: "run netclient as daemon",
|
||||
Flags: cliFlags,
|
||||
Action: func(c *cli.Context) error {
|
||||
err := command.Daemon()
|
||||
return err
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user