Skip to content

v1.13.1: Split command generation and execuation in cli.go

Choose a tag to compare

@zzxwill zzxwill released this 27 Aug 04:17
split cli.Run() to have it returned *cobra.Command and call
Execute() in main.go. This can make it integrable by outside
tool