Skip Menu |

This queue is for tickets about the Getopt-Euclid CPAN distribution.

Report information
The Basics
Id: 87590
Status: resolved
Priority: 0/
Queue: Getopt-Euclid

People
Owner: Nobody in particular
Requestors: zdm [...] softvisio.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Options parsed as argument of previous option with optional placeholders
Date: Sun, 4 Aug 2013 16:36:44 +0300
To: bug-Getopt-Euclid [...] rt.cpan.org
From: zdm <zdm [...] softvisio.net>
For the following configuraton: =head1 OPTIONS =over =item --service [=] <command> [<signal>] =item --service-name [=] <service-name> =back when i call script as: 1.pl --service aaa --service-name bbb it produce error: "Unknown argument: bbb", it doesn't recognize that --service-name is a option and treat them as second --service option argument. Is there is a way to fix this behavior?
Subject: Re: [rt.cpan.org #87590] AutoReply: Options parsed as argument of previous option with optional placeholders
Date: Sun, 4 Aug 2013 16:59:34 +0300
To: bug-Getopt-Euclid [...] rt.cpan.org
From: zdm <zdm [...] softvisio.net>
Sorry, there was error in my config. Please, close issue. On Sun, Aug 4, 2013 at 4:37 PM, Bugs in Getopt-Euclid via RT < bug-Getopt-Euclid@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Options parsed as argument of previous option with optional > placeholders", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #87590]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=87590 > > Please include the string: > > [rt.cpan.org #87590] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Getopt-Euclid@rt.cpan.org > > ------------------------------------------------------------------------- > For the following configuraton: > > =head1 OPTIONS > > =over > > =item --service [=] <command> [<signal>] > > =item --service-name [=] <service-name> > > =back > > when i call script as: > > 1.pl --service aaa --service-name bbb > > it produce error: "Unknown argument: bbb", it doesn't recognize that > --service-name is a option and treat them as second --service option > argument. > > Is there is a way to fix this behavior? >
On Sun Aug 04 10:00:11 2013, zdm@softvisio.net wrote: Show quoted text
> Sorry, there was error in my config. Please, close issue. > > > On Sun, Aug 4, 2013 at 4:37 PM, Bugs in Getopt-Euclid via RT < > bug-Getopt-Euclid@rt.cpan.org> wrote: >
> > > > Greetings, > > > > This message has been automatically generated in response to the > > creation of a trouble ticket regarding: > > "Options parsed as argument of previous option with optional > > placeholders", > > a summary of which appears below. > > > > There is no need to reply to this message right now. Your ticket has been > > assigned an ID of [rt.cpan.org #87590]. Your ticket is accessible > > on the web at: > > > > https://rt.cpan.org/Ticket/Display.html?id=87590 > > > > Please include the string: > > > > [rt.cpan.org #87590] > > > > in the subject line of all future correspondence about this issue. To do > > so, > > you may reply to this message. > > > > Thank you, > > bug-Getopt-Euclid@rt.cpan.org > > > > ------------------------------------------------------------------------- > > For the following configuraton: > > > > =head1 OPTIONS > > > > =over > > > > =item --service [=] <command> [<signal>] > > > > =item --service-name [=] <service-name> > > > > =back > > > > when i call script as: > > > > 1.pl --service aaa --service-name bbb > > > > it produce error: "Unknown argument: bbb", it doesn't recognize that > > --service-name is a option and treat them as second --service option > > argument. > > > > Is there is a way to fix this behavior? > >