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

ArgInfo::validate() crippled validator call #112

Open
exteon opened this issue Aug 9, 2019 · 0 comments
Open

ArgInfo::validate() crippled validator call #112

exteon opened this issue Aug 9, 2019 · 0 comments

Comments

@exteon
Copy link

exteon commented Aug 9, 2019

Using CLIFramework 3: in ArgInfo::validate():

return call_user_func($this->validator);

Unless I am missing something, there is no way for the validator to get the value to validate so validator is kindof pointless. Prolly should be

return call_user_func($this->validator,$value);
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

1 participant