[
https://issues.apache.org/jira/browse/CLI-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519682
]
Henri Yandell commented on CLI-142:
-----------------------------------
It all seemed rather unextendable to me. Have you looked at CLI2, and do you
have any thoughts on whether that looks more extendable?
I backed away from making things more extensible rather quickly in CLI1 when I
hit bits like that, seemed like a lot of backwards compat issues just waiting
to happen.
> CLI Parser is not very extension friendly
> -----------------------------------------
>
> Key: CLI-142
> URL: https://issues.apache.org/jira/browse/CLI-142
> Project: Commons CLI
> Issue Type: Improvement
> Components: CLI-1.x
> Affects Versions: 1.1
> Reporter: Henning Schmiedehausen
> Priority: Minor
> Fix For: 1.2
>
> Attachments: parser.patch
>
>
> The Parser class is not really extension friendly.
> - cmd is private, should either be protected or have a getter/setter pair
> - options and requiredOptions should have getter/setters (requiredOptions
> depends on options)
> - processProperties is private, should be protected
> - processOptions is private, should be protected
> -
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.