ctubbsii opened a new issue, #4040:
URL: https://github.com/apache/accumulo/issues/4040

   Tab completion adds overhead to set up, but can be very convenient in the 
Accumulo shell. However, it is useless when running the shell with a file 
provided as a script for it to execute, or executing a single command, as in 
any of these options:
   
   ```
     -e | --execute-command
     -f | --execute-file
     -fv | --execute-file-verbose
   ```
   
   Tab completion should be disabled when any of these options are used. 
However, it occurred to me the other day that it may not be. It would be good 
to verify that it is, in fact, disabled for these. If it's not, it should be 
fixed in 2.1 and later.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to