mdeuser commented on a change in pull request #2520: Prints bashauto-completion
install script to STDOUT
URL:
https://github.com/apache/incubator-openwhisk/pull/2520#discussion_r130682152
##########
File path: tools/cli/go-whisk-cli/commands/sdk.go
##########
@@ -238,6 +297,8 @@ func sdkInstall(componentName string) error {
}
func init() {
+ sdkInstallCmd.Flags().BoolVarP(&flags.sdk.bashrc, "bashrc", "b", false,
wski18n.T("adds bashauto-completion install command to .bashrc"))
Review comment:
same comment re: bash command completion naming
----------------------------------------------------------------
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