tadayosi commented on code in PR #3193:
URL: https://github.com/apache/camel-k/pull/3193#discussion_r850059517


##########
pkg/cmd/run.go:
##########
@@ -117,6 +117,7 @@ func newCmdRun(rootCmdOptions *RootCmdOptions) 
(*cobra.Command, *runCmdOptions)
        cmd.Flags().String("pod-template", "", "The path of the YAML file 
containing a PodSpec template to be used for the Integration pods")
 
        cmd.Flags().Bool("save", false, "Save the run parameters into the 
default kamel configuration file (kamel-config.yaml)")
+       cmd.Flags().Bool("verbose", false, "Verbose logging")

Review Comment:
   Ah I see, we already have `--volume`... Maybe then we can use `-V`?
   It's ok to leave it without a shorthand flag if we don't find a good one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to