csantanapr commented on issue #2520: Prints bashauto-completion install script 
to STDOUT
URL: 
https://github.com/apache/incubator-openwhisk/pull/2520#issuecomment-320277259
 
 
   I'm OK with having a flag to print to stdout and leaving the current 
behavior of producing a file.
   This will allow me to put in my `$HOME/.profile` the following command
   ```
   eval "$(wsk sdk install bashauto --stdout)"
   ```
   This way every time I open a new terminal my autocomplete is up to date, and 
the script doesn't become stale. Meaning if we add flags or commands which we 
do very often then I don't have to worry about who a certain command is not 
working with autocomplete.
   
   This is just my use case, other people might have other ways of dealing on 
keeping the bash script up to date and that's OK also.
    
 
----------------------------------------------------------------
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

Reply via email to