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
cmd.Flags().IntVar(&datamonFlags.squash.RetainNLatest, c, 1, "Squash past bundles and retain n latest versions. May be combined with retain-tags and retain-semver-flags")
649
+
}
650
+
returnc
651
+
}
652
+
644
653
/** parameters struct from other formats */
645
654
646
655
// apply config file + env vars to structure used to parse cli flags
0 commit comments