We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vapor run serve --hostname=0.0.0.0 --port=29200 vapor run serve --bind=0.0.0.0:29200
Give "Input not recognized" error. Vapor expects
vapor run serve --hostname 0.0.0.0 --port 29200 vapor run serve --bind 0.0.0.0:29200
This flag syntax does not conform to the GNU convention which is expected in GNU/Linux.
Because the syntax cannot be changed, it should be documented in the documentation whenever double-dash arguments are available, such as here
The text was updated successfully, but these errors were encountered:
Where else should this be documented?
Sorry, something went wrong.
No branches or pull requests
Give "Input not recognized" error. Vapor expects
This flag syntax does not conform to the GNU convention which is expected in GNU/Linux.
Because the syntax cannot be changed, it should be documented in the documentation whenever double-dash arguments are available, such as here
The text was updated successfully, but these errors were encountered: