You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove always_show_hint settable
This setting worked well for some cases when cmd2 was using readline. However, due to subtle differences in how prompt-toolkit and readline work, setting this True provided a bad user experience with prompt-toolkit.
* Simplified a logic condition to prevent double checking
Also:
- Clarified a parameter description to document how to accept fish-shell style auto-suggestions
0 commit comments