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
CacheKeystring`help:"Bundle identifier, e.g. 'my-project:assembleRelease'." required:""`
68
-
GitDirstring`help:"Path to the git repository used for history walking." default:"." type:"path"`
68
+
GitDirstring`help:"Path to the git repository used for history walking." default:"." type:"path" hidden:""`
69
69
Refstring`help:"Git ref used to search for a base bundle. When --branch is set, history walks from the merge-base of HEAD and this ref." default:"HEAD"`
70
70
Commitstring`help:"Specific commit SHA to try directly, skipping history walk."`
71
71
MaxBlocksint`help:"Number of distinct-author commit blocks to search." default:"20"`
@@ -128,7 +128,7 @@ type SaveCmd struct {
128
128
backendFlags
129
129
CacheKeystring`help:"Bundle identifier, e.g. 'my-project:assembleRelease'." required:""`
130
130
Commitstring`help:"Commit SHA to tag this bundle with. Defaults to HEAD of --git-dir."`
131
-
GitDirstring`help:"Path to the git repository." default:"." type:"path"`
131
+
GitDirstring`help:"Path to the git repository." default:"." type:"path" hidden:""`
132
132
GradleUserHomestring`help:"Path to GRADLE_USER_HOME." env:"GRADLE_USER_HOME" type:"path"`
133
133
IncludedBuilds []string`help:"Included build directories whose build/ output to archive. May be repeated." name:"included-build" type:"path"`
0 commit comments