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

@@ -34,7 +34,7 @@ var runCmd = &cobra.Command{
}
func init() {
rootCmd.AddCommand(runCmd)
RootCmd.AddCommand(runCmd)
runCmd.Flags().BoolP("silent", "s", false, "Disable logging request & response details")
// runCmd.Flags().BoolP("gen-html-report", "r", false, "Generate HTML report")
}