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 typos in ORM CLI help messages #1060

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Fix typos in ORM CLI help messages #1060

merged 1 commit into from
Sep 23, 2022

Conversation

banool
Copy link
Contributor

@banool banool commented Sep 23, 2022

PR Info

Fixes some spacing issues in the help messages.

Fixes

Current state:

        --with-copy-enums
            Automatically derive the Copy trait on generated enums.
            Enums generated from a database don't have associated data by default, and as such
            canderive Copy.

        --with-serde <WITH_SERDE>
            Automatically derive serde Serialize / Deserialize traits for the entity
            (none,serialize, deserialize, both) [default: none]

Fixed state:

        --with-copy-enums
            Automatically derive the Copy trait on generated enums.
            Enums generated from a database don't have associated data by default, and as such
            can derive Copy.

        --with-serde <WITH_SERDE>
            Automatically derive serde Serialize / Deserialize traits for the entity
            (none, serialize, deserialize, both) [default: none]

Copy link
Member

@billy1624 billy1624 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @banool, thanks for catching that!! Appreciated :D

@billy1624 billy1624 merged commit d77cf24 into SeaQL:master Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants