daisy-ycguo commented on a change in pull request #375: Make interative mode
able to set to false
URL:
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/375#discussion_r134376045
##########
File path: cmd/root.go
##########
@@ -113,7 +113,7 @@ func init() {
RootCmd.Flags().StringVarP(&utils.Flags.ProjectPath, "pathpath", "p",
".", "path to serverless project")
RootCmd.Flags().StringVarP(&utils.Flags.ManifestPath, "manifest", "m",
"", "path to manifest file")
RootCmd.Flags().StringVarP(&utils.Flags.DeploymentPath, "deployment",
"d", "", "path to deployment file")
- RootCmd.PersistentFlags().BoolVarP(&utils.Flags.UseInteractive,
"allow-interactive", "i", !utils.Flags.WithinOpenWhisk, "allow interactive
prompts")
Review comment:
I agree with this change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services