You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,7 +102,7 @@ func (e *Executor) newLogsCmd() *cobra.Command {
100
102
}
101
103
102
104
f:=cmd.Flags()
103
-
f.StringSliceVarP(&target, "target", "t", nil, "target only specified apps or dependencies, can specify multiple or separate values with comma in a form of <app type>.<name> or dep.<dep name>, e.g.: static.website,service.api,dep.database")
105
+
f.StringSliceVarP(&targets, "target", "t", nil, "target only specified apps or dependencies, can specify multiple or separate values with comma in a form of <app type>.<name> or dep.<dep name>, e.g.: static.website,service.api,dep.database")
104
106
f.BoolVarP(&opts.OnlyApps, "only-apps", "a", false, "target only apps, skip all dependencies")
0 commit comments