Optional arg options disambiguation
Reported by TJ Holowaychuk | May 6th, 2009 @ 03:15 AM | in 4.0
For example --optional [arg].
$ foo
options.optional # => nil
$ foo --optional
options.optional # => nil
$ foo --optional arg
options.optional # => "arg"
revise Options#default
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The complete solution for Ruby command-line executables