Skip to content
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

Fix formatting issues in CLI "List" table #16

Merged
merged 2 commits into from
May 6, 2024
Merged

Fix formatting issues in CLI "List" table #16

merged 2 commits into from
May 6, 2024

Conversation

OTheDev
Copy link
Owner

@OTheDev OTheDev commented May 6, 2024

This ensures that the border line (composed of '=' characters) under the header of the "List" table in the CLI is not shorter than the header text. The border line would be shorter, for example, if there is only a single entry with no username or a short username. Moreover, it ensures that when the service name is short, that the '|' separator for a (service, username) entry aligns with the header's '|'.

This commit ensures that the border line (composed of '=' characters)
under the header of the "List" table in the CLI is not shorter than the
header text. The border line would be shorter, for example, if there is
only a single entry with no username or a short username.
@OTheDev OTheDev self-assigned this May 6, 2024
@OTheDev OTheDev changed the title Ensure border in CLI "List" table covers header text Fix formatting issues in CLI "List" table May 6, 2024
@OTheDev OTheDev merged commit 6e42f27 into main May 6, 2024
4 checks passed
@OTheDev OTheDev deleted the fix-header branch May 6, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant