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

Improve --typechecked help text #544

Merged
merged 7 commits into from
Dec 18, 2024
Merged

Improve --typechecked help text #544

merged 7 commits into from
Dec 18, 2024

Conversation

jrodewig
Copy link
Contributor

Ticket(s): FE-###

Problem

The following isn't clear for the --typechecked help text:

  • For top-level databases, typechecking defaults to true if --typechecked is unspecified.
  • For child databases, the database inherits typechecking from the parent DB if --typechecked is unspecified.
  • You can disable typechecking with --no-typechecked.

Solution

Edit the --typechecked help text for clarity.

Result

Fewer surprises when creating databases.

@jrodewig jrodewig requested a review from a team as a code owner December 18, 2024 17:38
@jrodewig jrodewig requested a review from ecooper December 18, 2024 17:38
src/commands/local.mjs Outdated Show resolved Hide resolved
src/commands/local.mjs Outdated Show resolved Hide resolved
@ecooper ecooper merged commit 604edc2 into v3 Dec 18, 2024
4 checks passed
@ecooper ecooper deleted the improve-typecheck-help-text branch December 18, 2024 18:23
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.

3 participants