[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320072334 Not sure I like or see the point of `wsk sdk install bashauto` printing the auto complete script to the terminal. ---

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320073028 I still do not like that as soon as I close my terminal, the auto-completion will be removed. ---

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320099486 Let's look how git does it. https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks ---

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320104496 Inclined to say that `wsk sdk install autobash` should work as it currently does. Meaning it saves the auto-complete sc

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320104496 Inclined to say that `wsk sdk install autobash` should work as it currently does. Meaning it saves the auto-complete sc

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320104496 Inclined to say that `wsk sdk install autobash` should work as it currently does. Meaning it saves the auto-complete sc

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320104496 Inclined to say that `wsk sdk install autobash` should work as it currently does. Meaning it saves the auto-complete sc

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320104496 Inclined to say that `wsk sdk install autobash` should work as it currently does. Meaning it saves the auto-complete sc

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320108470 If want want to provide the eval option, why not `eval "source wsk_cli_bash_completion.sh"` instead of the entire conte

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320108470 If want want to provide the eval option, why not `eval "source wsk_cli_bash_completion.sh"` instead of the entire conte

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-03 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320108470 If we want to provide the eval option, why not `eval "source wsk_cli_bash_completion.sh"` instead of the entire content

[GitHub] dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT

2017-08-04 Thread git
dubeejw commented on issue #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320262758 Please help me understand the difference between `source wsk_cli_bash_completion.sh` and `pushd $(mktemp -d) > /dev/nul