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
flag.Var(&prefixes, "prefix", "The directory(ies) to split")
@@ -52,11 +56,17 @@ func init() {
52
56
flag.BoolVar(&legacy, "legacy", false, "[DEPRECATED] Enable the legacy mode for projects migrating from an old version of git subtree split (optional)")
53
57
flag.StringVar(&gitVersion, "git", "latest", "Simulate a given version of Git (optional)")
54
58
flag.BoolVar(&progress, "progress", false, "Show progress bar (optional, cannot be enabled when debug is enabled)")
0 commit comments