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

Use serde default instead of options in the CLI #1326

Closed
wants to merge 5 commits into from

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Aug 8, 2023

Changes several fields in the CLI that were optional only to make serde work correctly. Instead this PR uses the serde(default) flag to insert a default value when no other value is found

Closes #1291

@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program labels Aug 8, 2023
@ealmloff
Copy link
Member Author

This has been merged into #1622

@ealmloff ealmloff closed this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The default behavior of index_on_404 varies depending on if a Dioxus.toml is present
1 participant