seaneagan / unscripted

Define command-line interfaces using ordinary dart methods and classes.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

Include script name in error messages #32

Closed seaneagan closed 10 years ago

seaneagan commented 10 years ago

For example, if foo.dart errors:

foo.dart: error: argument arg: error string that was thrown

If the call style is shebang, then just 'foo' would be displayed.