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
A limit is definitely needed.
Bash has a simple pager, that helps some but I probably won't do that for awhile.
I'm open to suggestions on what to display when there are control characters. Truncate? Replace with a space. Show escape sequence? Actually wrap so some possible completions take multiple lines?
When I do something like the following:
[1] Get-Alias `
| Out-Null
[2] #Out
The output shows Get-Alias `◙| Out-Null
Also, it spits out, in some cases 1000 lines for me, maybe there should be a limit on the number of returned items?
The text was updated successfully, but these errors were encountered: