feat: gen markdown docs for command

This commit is contained in:
debugtalk
2021-10-11 15:33:15 +08:00
parent beaf5adaef
commit 09fdaa8c35
11 changed files with 147 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ var har2caseCmd = &cobra.Command{
}
func init() {
rootCmd.AddCommand(har2caseCmd)
RootCmd.AddCommand(har2caseCmd)
// Here you will define your flags and configuration settings.