docs: document the --tables flag for generate entity#178
Open
JoaquinMelogno wants to merge 2 commits into
Open
docs: document the --tables flag for generate entity#178JoaquinMelogno wants to merge 2 commits into
JoaquinMelogno wants to merge 2 commits into
Conversation
The --tables (-t) flag has been part of `sea-orm-cli generate entity` for several releases but is missing from the CLI documentation.
docs: document the --tables flag for generate entity
Huliiiiii
approved these changes
May 28, 2026
Author
|
The pr-preview-action failed with a 403 because PRs from external forks |
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.
PR Info
New Features
N/A
Bug Fixes
N/A
Breaking Changes
N/A
Changes
--tables(-t) flag forsea-orm-cli generate entityThe
--tablesflag has been part of the CLI for several releases but is missingfrom the documentation. This adds a single bullet point in
SeaORM/docs/04-generate-entity/01-sea-orm-cli.md, matching the style of theexisting
--ignore-tablesentry.Verified against
sea-orm-cli 2.0.0-rc.38 --help.Source reference: https://github.com/SeaQL/sea-orm/blob/2.0.0-rc.38/sea-orm-cli/src/cli.rs