cljacoby / pyproj

A CLI for python projects
MIT License
0 stars 0 forks source link

Improve error reporting #9

Open cljacoby opened 4 years ago

cljacoby commented 4 years ago

Improve error reports errors are caught and returned to command line. For example, the following is no good:

➜  ~/pyproj git:(master) ✗  ./target/debug/pyproj new ~/path/that/does/not/exist/pyprj
Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })