[ 
https://issues.apache.org/jira/browse/CLI-254?focusedWorklogId=660928&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-660928
 ]

ASF GitHub Bot logged work on CLI-254:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Oct/21 14:03
            Start Date: 06/Oct/21 14:03
    Worklog Time Spent: 10m 
      Work Description: stoty commented on pull request #58:
URL: https://github.com/apache/commons-cli/pull/58#issuecomment-936295804


   @garydgregory But this doesn't change the default behaviour.
   
   It is adding a new parameter to a new constructor, that must be explicitly 
set to **false** to enable the sane behavior.
   You get the old broken behaviour with the old constructors.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 660928)
    Time Spent: 40m  (was: 0.5h)

> "test" gets parsed as test, quotes die :-(
> ------------------------------------------
>
>                 Key: CLI-254
>                 URL: https://issues.apache.org/jira/browse/CLI-254
>             Project: Commons CLI
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Alexander Petrossian (PAF)
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code}
> def cli = new CliBuilder()
> cli.with {
>   f longOpt:'json-filter','jq expression', args: 1
> }
> def vals = ['test', 't"es"t',
>             "'test", "test'", "'test'",
>             '"test', 'test"', '"test"']
> vals.each {
>   def opt = cli.parse(['-f', it])
>   assert opt.f == it
> }
> {code}
> It fails on last entry: "test".



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to