We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--cpuprofile
1 parent 7bdfb18 commit e165eb4Copy full SHA for e165eb4
1 file changed
git-sizer.go
@@ -101,6 +101,7 @@ func mainImplementation() error {
101
pflag.Lookup("no-progress").NoOptDefVal = "true"
102
103
pflag.StringVar(&cpuprofile, "cpuprofile", "", "write cpu profile to file")
104
+ pflag.CommandLine.MarkHidden("cpuprofile")
105
106
pflag.CommandLine.SortFlags = false
107
0 commit comments