[
https://issues.apache.org/jira/browse/ACCUMULO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275299#comment-17275299
]
Christopher Tubbs commented on ACCUMULO-2741:
---------------------------------------------
The value of having these in the shell history is unclear, as there are both
pros and cons. Since the default behavior includes them, and the value of
removing them isn't clear, I don't think this warrants development effort or
increased code complexity to achieve. If this is still an issue or desired
feature, please open a new issue or PR at https://github.com/apache/accumulo
> Responses to command prompts show up in shell history
> -----------------------------------------------------
>
> Key: ACCUMULO-2741
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2741
> Project: Accumulo
> Issue Type: Bug
> Components: shell
> Affects Versions: 1.6.0
> Reporter: Mike Drob
> Priority: Major
> Labels: newbie
>
> The "yes" should not appear in the command history.
> {noformat}
> root@cluster> deletetable test
> deletetable { test } (yes|no)? yes
> root@cluster> history
> 12: deletetable test
> 13: yes
> 14: history
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)