We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#!/bin/bash echo -n "Enter Fullname: " read -r fullname echo "Hello $fullname"
colout
The request for input does not appear if output is redirected to colout. It does when it is not.
The request for input should appear in the desired colour.
Here is a full screenshot:
The text was updated successfully, but these errors were encountered:
Note that this happens with dnf5 and apt as well… This is how I found out.
dnf5
apt
Sorry, something went wrong.
nojhan
No branches or pull requests
How to reproduce
colout
.colout
.What happens
The request for input does not appear if output is redirected to
colout
. It does when it is not.What should happen
The request for input should appear in the desired colour.
Notes
Here is a full screenshot:
The text was updated successfully, but these errors were encountered: