waso opened a new pull request #33: added separate setter for Builder.opt
URL: https://github.com/apache/commons-cli/pull/33
 
 
   I would like to add (suggest) new setter method to set name of the option 
('opt') in Option.Builder class outside of constructor.
   So something like this would be allowed:
   `Option.builder().opt("a")`
   which would be equivalent to:
   `Option.builder("a")`
   
   Personally I find it more readable, maybe others will agree as well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to