Actions
Feature #12459
closedAdd type coercion option to ARGV.getopts arguements.
Feature #12459:
Add type coercion option to ARGV.getopts arguements.
Status:
Feedback
Assignee:
-
Target version:
-
Description
I suggest a little new feature to lib/optparse.rb.
When I created CLI tool I defined option parser with ARGV.getopts function like following.
It was so easy and short to recognize what is declared as options, but I could't force a type of the values.
Maybe it looks unshapely, but I'd like to confirm the types like this:
Normal OptParser has type coercion but extended function ARGV.getopts has no feature like this.
This difference is trivial but inconvenient.
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- Description updated (diff)
- Status changed from Open to Feedback
Updated by timakin (Seiji Takahashi) about 10 years ago
Thanks for quick reply!
Former one looks better.
Honestly, I don't know a detail process to contribute, but can I make a pull-req to implement this?
Or is it not acceptable due to the function is not recommended?
Regards, Seiji
Actions