executable icon indicating copy to clipboard operation
executable copied to clipboard

Better error messages

Open trans opened this issue 14 years ago • 0 comments

Need to wrap the execute/run call procedure in a begin/rescue clause and only output one line messages by default, The $DEBUG variable could be used to let errors through the rescue clause.

Also might provide an Executable::ValidationError or something like that, and a help method to make it easier to check the validity of option values. Then again, there are probably some really good validation libraries out there that can already be integrated. So we'll see.

trans avatar Feb 01 '12 18:02 trans