Skip to content

Commit

Permalink
Merge branch 'master' into max-producers
Browse files Browse the repository at this point in the history
  • Loading branch information
zymap authored May 31, 2021
2 parents ddae453 + 9f876af commit db194d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var (
)

func main() {
flag.Parse()
rootCmd := pkg.NewPulsarctlCmd()
handler := plugin.NewDefaultPluginHandler(plugin.ValidPluginFilenamePrefixes)
if printVersion {
Expand Down Expand Up @@ -70,5 +71,4 @@ func getArgs() []string {

func init() {
flag.BoolVar(&printVersion, "version", false, "print program build version")
flag.Parse()
}

0 comments on commit db194d9

Please sign in to comment.