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
Attempting to use Windows version aws_completer for bash completion in MINGW64 results in the output containing ^M characters after every suggestion.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
Output should not contain ^M after every suggestion.
Current Behavior
Output contains ^M after every suggestion.
Reproduction Steps
Have the Windows version of AWS CLI installed
Open a Windows Terminal of Git Bash (MINGW64)
Run `complete -C "/c/Program\ Files/Amazon/AWSCLIV2/aws_completer" aws
Type aws e[TAB]
Possible Solution
No response
Additional Information/Context
I'm currently using the Git Bash implementation of MINGW64 in Windows Terminal which is my default command line processor. I have not tried using any other alternative terminal so I don't know if this behavior is global or limited to just Windows Terminal.
Describe the bug
Attempting to use Windows version
aws_completer
for bash completion in MINGW64 results in the output containing^M
characters after every suggestion.Regression Issue
Expected Behavior
Output should not contain
^M
after every suggestion.Current Behavior
Output contains
^M
after every suggestion.Reproduction Steps
aws e[TAB]
Possible Solution
No response
Additional Information/Context
I'm currently using the Git Bash implementation of MINGW64 in Windows Terminal which is my default command line processor. I have not tried using any other alternative terminal so I don't know if this behavior is global or limited to just Windows Terminal.
CLI version used
aws-cli/2.22.14 Python/3.12.6 Windows/11 exe/AMD64
Environment details (OS name and version, etc.)
Windows 11 Enterprise 23H2 Build 22631.4037 FP 1000.22700.1027.0
The text was updated successfully, but these errors were encountered: