[ 
https://issues.apache.org/jira/browse/TS-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333804#comment-14333804
 ] 

ASF subversion and git services commented on TS-3403:
-----------------------------------------------------

Commit 1d6f7d156c2dbbd66be769ea943c146458ed0860 in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=1d6f7d1 ]

TS-3403: stop parsing command-line options at the first non-option

ink_args was skipping over file arguments to parse subsequent option
flags. While this allows options and file arguments to intermingle,
it makes it impossible to pass unparsed options down to subcommands.

To solve this, we stop parsing the command line at the first
non-option and declare that the rest of the options are file arguments.


> stop parsing command-line options at the first non-option
> ---------------------------------------------------------
>
>                 Key: TS-3403
>                 URL: https://issues.apache.org/jira/browse/TS-3403
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: James Peach
>
> The {{ink_args}} API ignores file arguments that are intermingled with 
> command flags. This is not really a useful feature, and it makes it 
> impossible to implement subcommands with options as found in {{traffic_ctl}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to