Skip to content

Commit

Permalink
feat : command path
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Sep 20, 2023
1 parent db15837 commit 6afdf30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ func init() {

// Cobra also supports local flags, which will only run
// when this action is called directly.
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
rootCmd.Flags().StringP("path", "path", "", "Path for Parsing OpenAPI")
rootCmd.Flags().Int32P("frequency", "frequency", 1, "stress test frequency")
rootCmd.Flags().DurationP("duration", "duration", 1, "stress test frequency")
}

0 comments on commit 6afdf30

Please sign in to comment.