mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
feat: gen markdown docs for command
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user