Skip to content

Commit

Permalink
fixed flags descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Wysocki committed Aug 2, 2021
1 parent 3c45255 commit 59d9e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added bin/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions cmd/kubectl-kubetest/commands/scripts/create_script.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

func init() {
// TODO find a good way to handle short flags
CreateScriptsCmd.Flags().String("name", "", "execution name, if empty will be autogenerated")
CreateScriptsCmd.Flags().String("file", "", "postman collection file name, if empty will be autogenerated")
CreateScriptsCmd.Flags().String("name", "", "unique script name - mandatory")
CreateScriptsCmd.Flags().String("file", "", "script file - will be read from stdin if not specified")
CreateScriptsCmd.Flags().String("type", "postman/collection", "script type (defaults to postman-collection)")
CreateScriptsCmd.Flags().String("namespace", "default", "script type (defaults to postman-collection)")
}
Expand Down

0 comments on commit 59d9e99

Please sign in to comment.