-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
After executing awscli, the input is not displayed, and the carriage return does not wrap #8247
Comments
Hi @amaoo - thanks for reaching out. I'm not sure if I understand the statement "use ctrl+c to exit the command, which will result in the input not being displayed and the carriage return not being wrapped." Can you please elaborate more on that? When I ran the command, it listed out all the certificates where you can extend the output by pressing arrow down, then I exited with ctrl+c and results are still displayed above. Hope to hear back. |
@amaoo thanks for providing additional details. This's actually expected behavior when using the default pager The (END) indicates you've reached the end of the paged output. To exit the pager and return to the prompt, you can press There are a few ways you can disable this pager, see here. Hope that helps, |
@aBurmeseDev Thank you very much for your reply. |
|
Describe the bug
After executing the command that needs to turn pages, use ctrl+c to exit the command, which will result in the input not being displayed and the carriage return not being wrapped.
Expected Behavior
Normal input
Current Behavior
the input is not displayed, and the carriage return does not wrap
Reproduction Steps
For example, if you execute this command, the following results will appear.
There is an (END) at the end.
use ctrl+c to exit the command, which will result in the input not being displayed and the carriage return not being wrapped.
Possible Solution
stty sane
It will be normal after executing this command.
Additional Information/Context
No response
CLI version used
aws-cli/2.13.26
Environment details (OS name and version, etc.)
AWS CloudShell,MAC,WINDOWS,Linux
The text was updated successfully, but these errors were encountered: