Skip to content

Parameter aggregation

Created by: func0der

Hey,

I would love to have an option where parameters would be aggregated. For example:

php script.php --client blub --domain foo.bar --domain example.com

Getting the parameter domain then would result in an array containing both domain values. domain should be defined to be a multi value parameter, of course.

This project can do something like that - just for orientation.