John Cupitt ee2b1f71ce better option parsing for "vips"
The vips driver program was parsing options in a single pass. This
failed if an option came in two parts, for example:

	vips --plugin x.plg list

the argument to --plug would be picked up as the action for "vips",
since actions were selected before option parsing

Now we parse in two passes: the first pass picks up options for vips
itself and for the libvips library, then we select the action, then we
parse again, including any options created by the action
2012-12-31 14:10:54 +00:00
..
2011-04-06 12:06:32 +01:00
2011-04-06 12:06:32 +01:00
2011-04-06 12:06:32 +01:00
2012-01-27 17:36:25 +00:00
2011-09-24 10:17:32 +01:00
2012-01-27 17:14:59 +00:00
2011-04-06 12:06:32 +01:00
2012-07-20 10:32:20 +01:00
2011-09-24 10:17:32 +01:00
2011-04-06 12:06:32 +01:00
2012-07-20 10:32:20 +01:00
2012-12-31 14:10:54 +00:00