X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=blobdiff_plain;f=main.go;h=7d1f5e19762fa8c593a384269538ee0b0366e89e;hp=f9b32f38c8fabeba0a177de64e28dfc1da725c37;hb=2231e3eae86c5e3ae05e30f667d331f5875c7884;hpb=84273d6128b7c3c9d31c2f3a1453107a78e949a9 diff --git a/main.go b/main.go index f9b32f3..7d1f5e1 100644 --- a/main.go +++ b/main.go @@ -208,6 +208,7 @@ func main() { initCmdProjects(&app.Commands) initCmdSdks(&app.Commands) initCmdExec(&app.Commands) + initCmdTargets(&app.Commands) initCmdMisc(&app.Commands) // Add --config option to all commands to support --config option either before or after command verb @@ -312,6 +313,10 @@ func main() { XdsConnClose() }() + // Start signals monitoring routine + MonitorSignals() + + // Run the cli app app.Run(os.Args) }