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

Add "no results" table that render functions fall back on if results are None or empty sequence. #27

Open
pederhan opened this issue Jan 30, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@pederhan
Copy link
Member

Right now, we fall back on just printing an empty list with rich.print(), which is less than ideal when output format is set to table.

This should be implemented in a way that both compact table and harborapi table rendering can make use of it. That means it should be implemented on the function harbor_cli.render.render_table_full() somehow.

@pederhan pederhan added the good first issue Good for newcomers label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant