-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Make ghcup list --hide-old
(-o
) the default
#1115
Comments
That would be a breaking change. People are using |
It is a minor thing now Is there a reason why the output of |
Since it's kind of an arbitrary selection, I'm not sure having that information permanently visible is useful. Regarding the output length: we could drop into the pager when the output exceeds terminal height (or is used as part of a pipe... it's possible to detect that programmatically... git does that too). |
The other discussion about pager is here: #1118 |
For
ghcup tui
, not showing old versions is the default and key 'a' toggles between the default and showing old versions also.Currently
ghcup list
shows old versions also, and--hide-old
(-o
, for short) is passed to filter out all old versions (not just GHC old versions, as stated by in-app help).As
ghcup list
grows in length, I suggest that--hide-old
is the sensible default, with a flag for--no-hide-old
.The text was updated successfully, but these errors were encountered: