davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

Use a degenerate logger if CLILogging isn't included #45

Closed davetron5000 closed 6 years ago

davetron5000 commented 12 years ago

If CLILogging isn't mixed in, it would be nice to just use STDOUT or STDERR instead of raising an exception

davetron5000 commented 6 years ago

6 years later, clearly I'm not going to do this :)