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(dev): add backward compatibility for -o and -p and deprecate ssl* args #106

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Aug 27, 2023

resolves #103

This PR adds backward compatible -o and -p aliases for --open and --port.

Adding an alias for -h is impossible as is a reserved keyword for --help in citty.

I have also removed --sslCert and --sslKey from args to hide from usage as they are deprecated. (we might think about CLI warnings as well to eventually drop them and make sure usage is simple as much as possible)

@pi0 pi0 merged commit 65e790c into main Aug 27, 2023
2 checks passed
@pi0 pi0 deleted the fix/missing-args branch August 27, 2023 20:56
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.

Compatibility with nuxi dev 3.6 args
1 participant