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

Handle unknown arguments for commands #149

Open
evik42 opened this issue Nov 7, 2022 · 2 comments
Open

Handle unknown arguments for commands #149

evik42 opened this issue Nov 7, 2022 · 2 comments

Comments

@evik42
Copy link
Contributor

evik42 commented Nov 7, 2022

Handle unexpected / unknown arguments sent in a API command.

Currently if a command is sent to the ya-runtime-vm it will silently ignore any flags, parameters passed in the command that it does not recognizes.
This is a problem when the parameter/flag changes the behavior of the command (for example the start-entrypoint flag for Start command).
Unknown, unexpected flags/parameters in the command should cause an error as the runtime does not know how to fulfill the request.

@nieznanysprawiciel
Copy link
Contributor

@evik42 Can you explain more?

@evik42
Copy link
Contributor Author

evik42 commented Feb 27, 2023

edited description

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

No branches or pull requests

2 participants