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
Describe the bug gum table --header.foreground colors the 1st data-line, not the actual header-line
gum table --header.foreground
To Reproduce
<<EOT gum table -p -c "Column 1,Column 2,Column 3" --header.foreground=#ff0 a,A,1 b,B,2 c,C,3 EOT <<EOT gum table -p --header.foreground=#ff0 Column 1,Column 2,Column 3 a,A,1 b,B,2 c,C,3 EOT
Both these examples makes the line with 'a A 1' yellow, not the 'Column...'
Expected behavior That the line 'Column...' is the yellow one.
Screenshots
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
gum table --header.foreground
colors the 1st data-line, not the actual header-lineTo Reproduce
Both these examples makes the line with 'a A 1' yellow, not the 'Column...'
Expected behavior
That the line 'Column...' is the yellow one.
Screenshots
The text was updated successfully, but these errors were encountered: