# New Ticket Created by  chromatic 
# Please include the string:  [perl #42339]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42339 >


When Parrot processes its command-line arguments, it detects valid and invalid 
flags and reports invalid flags, then exits with an exit code of 1.

I could find no tests for this feature.  They would be lovely to have.

See the parseflags() function in compilers/imcc/main.c (and possibly 
src/main.c in the near future) for the source of the error message and 
parrot -h for a list of valid flags and options.

-- c

Reply via email to