feat: add --table option#393
Merged
sdn4z merged 1 commit intoelementsinteractive:mainfrom Nov 7, 2025
Merged
Conversation
Collaborator
Author
|
/lgtm review |
Contributor
There was a problem hiding this comment.
🦉 lgtm Review
Score: Needs Work 🔧
🔍 Summary
Good work on this PR. The introduction of the --table option is a nice feature, and the refactoring of the run command improves the structure of the CLI module.
However, there are a few important issues to address before this can be merged:
- A critical piece of exception handling was removed during the refactoring. This is a regression that needs to be fixed to avoid unhandled crashes.
- The new tests for the table output should be more thorough. Please add assertions to check the content of the output, not just the exit codes.
I've left specific comments on these points. Once these are addressed, the PR should be in great shape.
More information
- Id:
ca3d28de386542d984d95240f0420aed - Model:
gemini-2.5-pro - Created at:
2025-11-07T10:46:01.074719+00:00
Usage summary
- Request count:
2 - Request tokens:
36,601 - Response tokens:
14,198 - Total tokens:
50,799
See the 📚 lgtm-ai repository for more information about lgtm.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the option to display the output in a table
closes #392