We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594f680 commit f95e9ffCopy full SHA for f95e9ff
1 file changed
mrblib/mruby-cli/options.rb
@@ -31,7 +31,7 @@ def option(long_opt)
31
32
return nil unless option
33
if retn = @parsed_opts[option.long]
34
- if option.value
+ if option.value
35
return retn unless retn.empty?
36
else
37
return retn
0 commit comments