CC: | vesselin kavalov <vkavalov [...] apple.com> |
Subject: | How can I add to an existing ticket? |
Date: | Thu, 23 Sep 2010 16:30:34 -0700 |
To: | bug-Getopt-Euclid [...] rt.cpan.org |
From: | vesselin kavalov <vkavalov [...] apple.com> |
Hi Kevin, I have a ? and a suggestion on how to resolve my issue closely (almost identical ;) related to RT 61310.
I don't want to flood you with RTs if I can piggy-back on an existing one!
Anyway, issue with repeatable arguments: I need more than one of them (as well) and tried to constrain it as:
=item -f <file>...
File(s) containing a list of directories to summarize, one per line.
=for Euclid:
repeatable
file.type: readable, file =~ /^[^-]/
meaning "Stop reading arguments if the next one starts with '-' which means it is another option, not an argument to the current one".
This is kinda lame, since an argument may start possibly with '-' (weird case ?!?!?) so, can it be made such that the repeatable list is auto-terminated if the next item is a registered option, since you already know all the options anyway?
Thanx!
vess