mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 21:23:18 +00:00
4442ce1c71
In the confetty CLI, readline clear history was done as part of login process. Since readline is not a given to accomodate scripting behaviors, no longer do the clear_history(). The concern I had was that the password might have gotten into history, but that seems to not be the case.