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

Array values for parameters #44

Open
zeelot opened this issue Aug 21, 2011 · 1 comment
Open

Array values for parameters #44

zeelot opened this issue Aug 21, 2011 · 1 comment
Assignees
Labels

Comments

@zeelot
Copy link
Member

zeelot commented Aug 21, 2011

We should be able to do --id=1 --id=3 --id=4 and have it result in $config['id'] = array(1,3,4) in the task.

This is related to #39 as I am splitting that ticket up.

@ghost ghost assigned zeelot Aug 21, 2011
@zeelot
Copy link
Member Author

zeelot commented Aug 21, 2011

so this seems like a limitation in Kohana's CLI::options(), am I right? Maybe we need to add a parameter to allow it to merge the values into an array instead of using the last occurrence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant